Microsoft Graph · Schema

authorizationInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
certificateUserIds array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphauthorizationinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.authorizationInfo",
  "title": "authorizationInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "certificateUserIds": {
      "type": "array",
      "items": {
        "type": "string",
        "nullable": true
      }
    },
    "@odata.type": {
      "type": "string"
    }
  }
}