Microsoft Graph · Schema

customExtensionAuthenticationConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

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

JSON Schema

microsoft-graph-microsoftgraphcustomextensionauthenticationconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration",
  "title": "customExtensionAuthenticationConfiguration",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.azureAdPopTokenAuthentication": "#/components/schemas/microsoft.graph.azureAdPopTokenAuthentication",
      "#microsoft.graph.azureAdTokenAuthentication": "#/components/schemas/microsoft.graph.azureAdTokenAuthentication"
    }
  }
}