Microsoft Graph · Schema

microsoft.graph.appleManagedIdentityProvider

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphapplemanagedidentityprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appleManagedIdentityProvider",
  "title": "microsoft.graph.appleManagedIdentityProvider",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identityProviderBase"
    },
    {
      "title": "appleManagedIdentityProvider",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "certificateData": {
          "type": "string",
          "description": "The certificate data, which is a long string of text from the certificate. Can be null.",
          "nullable": true
        },
        "developerId": {
          "type": "string",
          "description": "The Apple developer identifier. Required.",
          "nullable": true
        },
        "keyId": {
          "type": "string",
          "description": "The Apple key identifier. Required.",
          "nullable": true
        },
        "serviceId": {
          "type": "string",
          "description": "The Apple service identifier. Required.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.appleManagedIdentityProvider"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.appleManagedIdentityProvider"
}