Microsoft Graph · Schema

microsoft.graph.customExtensionStageSetting

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcustomextensionstagesetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.customExtensionStageSetting",
  "title": "microsoft.graph.customExtensionStageSetting",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "customExtensionStageSetting",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "stage": {
          "$ref": "#/components/schemas/microsoft.graph.accessPackageCustomExtensionStage"
        },
        "customExtension": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.customCalloutExtension"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.customExtensionStageSetting"
}