Microsoft Graph · Schema

microsoft.graph.security.dataSourceContainer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritydatasourcecontainer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.dataSourceContainer",
  "title": "microsoft.graph.security.dataSourceContainer",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "dataSourceContainer",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "createdDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Created date and time of the dataSourceContainer entity.",
          "format": "date-time",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "Display name of the dataSourceContainer entity.",
          "nullable": true
        },
        "holdStatus": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.dataSourceHoldStatus"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The hold status of the dataSourceContainer. The possible values are: notApplied, applied, applying, removing, partial"
        },
        "lastModifiedDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Last modified date and time of the dataSourceContainer.",
          "format": "date-time",
          "nullable": true
        },
        "releasedDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "Date and time that the dataSourceContainer was released from the case.",
          "format": "date-time",
          "nullable": true
        },
        "status": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.dataSourceContainerStatus"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Latest status of the dataSourceContainer. The possible values are: Active, Released."
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.security.ediscoveryCustodian": "#/components/schemas/microsoft.graph.security.ediscoveryCustodian",
          "#microsoft.graph.security.ediscoveryNoncustodialDataSource": "#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource"
        }
      }
    }
  ]
}