Microsoft Graph · Schema

identity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a
id string Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subje
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphidentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.identity",
  "title": "identity",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
      "nullable": true
    },
    "id": {
      "type": "string",
      "description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.azureCommunicationServicesUserIdentity": "#/components/schemas/microsoft.graph.azureCommunicationServicesUserIdentity",
      "#microsoft.graph.communicationsApplicationIdentity": "#/components/schemas/microsoft.graph.communicationsApplicationIdentity",
      "#microsoft.graph.communicationsApplicationInstanceIdentity": "#/components/schemas/microsoft.graph.communicationsApplicationInstanceIdentity",
      "#microsoft.graph.communicationsEncryptedIdentity": "#/components/schemas/microsoft.graph.communicationsEncryptedIdentity",
      "#microsoft.graph.communicationsGuestIdentity": "#/components/schemas/microsoft.graph.communicationsGuestIdentity",
      "#microsoft.graph.communicationsPhoneIdentity": "#/components/schemas/microsoft.graph.communicationsPhoneIdentity",
      "#microsoft.graph.communicationsUserIdentity": "#/components/schemas/microsoft.graph.communicationsUserIdentity",
      "#microsoft.graph.emailIdentity": "#/components/schemas/microsoft.graph.emailIdentity",
      "#microsoft.graph.initiator": "#/components/schemas/microsoft.graph.initiator",
      "#microsoft.graph.provisionedIdentity": "#/components/schemas/microsoft.graph.provisionedIdentity",
      "#microsoft.graph.provisioningServicePrincipal": "#/components/schemas/microsoft.graph.provisioningServicePrincipal",
      "#microsoft.graph.provisioningSystem": "#/components/schemas/microsoft.graph.provisioningSystem",
      "#microsoft.graph.servicePrincipalIdentity": "#/components/schemas/microsoft.graph.servicePrincipalIdentity",
      "#microsoft.graph.sharePointIdentity": "#/components/schemas/microsoft.graph.sharePointIdentity",
      "#microsoft.graph.teamworkApplicationIdentity": "#/components/schemas/microsoft.graph.teamworkApplicationIdentity",
      "#microsoft.graph.teamworkConversationIdentity": "#/components/schemas/microsoft.graph.teamworkConversationIdentity",
      "#microsoft.graph.teamworkTagIdentity": "#/components/schemas/microsoft.graph.teamworkTagIdentity",
      "#microsoft.graph.teamworkUserIdentity": "#/components/schemas/microsoft.graph.teamworkUserIdentity",
      "#microsoft.graph.userIdentity": "#/components/schemas/microsoft.graph.userIdentity",
      "#microsoft.graph.callRecords.userIdentity": "#/components/schemas/microsoft.graph.callRecords.userIdentity"
    }
  }
}