Microsoft Graph · Schema

microsoft.graph.communicationsIdentitySet

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcommunicationsidentityset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.communicationsIdentitySet",
  "title": "microsoft.graph.communicationsIdentitySet",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identitySet"
    },
    {
      "title": "communicationsIdentitySet",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "applicationInstance": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The application instance associated with this action."
        },
        "assertedIdentity": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "An identity the participant would like to present itself as to the other participants in the call."
        },
        "azureCommunicationServicesUser": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The Azure Communication Services user associated with this action."
        },
        "encrypted": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The encrypted user associated with this action."
        },
        "endpointType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.endpointType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue."
        },
        "guest": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The guest user associated with this action."
        },
        "onPremises": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The Skype for Business on-premises user associated with this action."
        },
        "phone": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The phone user associated with this action."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.communicationsIdentitySet"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.communicationsIdentitySet"
}