Microsoft Graph · Schema

microsoft.graph.identityApiConnector

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphidentityapiconnector-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.identityApiConnector",
  "title": "microsoft.graph.identityApiConnector",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "identityApiConnector",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "authenticationConfiguration": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The object which describes the authentication configuration details for calling the API. Basic and PKCS 12 client certificate are supported."
        },
        "displayName": {
          "type": "string",
          "description": "The name of the API connector.",
          "nullable": true
        },
        "targetUrl": {
          "type": "string",
          "description": "The URL of the API endpoint to call.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.identityApiConnector"
}