Microsoft Graph · Schema

microsoft.graph.security.identityContainer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityidentitycontainer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.identityContainer",
  "title": "microsoft.graph.security.identityContainer",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "identityContainer",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "healthIssues": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.healthIssue"
          },
          "description": "Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration.",
          "x-ms-navigationProperty": true
        },
        "identityAccounts": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.identityAccounts"
          },
          "description": "Represents an identity's details in the context of Microsoft Defender for Identity.",
          "x-ms-navigationProperty": true
        },
        "sensorCandidateActivationConfiguration": {
          "$ref": "#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration"
        },
        "sensorCandidates": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.sensorCandidate"
          },
          "description": "Represents Microsoft Defender for Identity sensors that are ready to be activated.",
          "x-ms-navigationProperty": true
        },
        "sensors": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.sensor"
          },
          "description": "Represents a customer's Microsoft Defender for Identity sensors.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.identityContainer"
}