Microsoft Graph · Schema

microsoft.graph.certificateBasedAuthConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcertificatebasedauthconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration",
  "title": "microsoft.graph.certificateBasedAuthConfiguration",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "certificateBasedAuthConfiguration",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "certificateAuthorities": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.certificateAuthority"
          },
          "description": "Collection of certificate authorities which creates a trusted certificate chain."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.certificateBasedAuthConfiguration"
}