Microsoft Graph · Schema

microsoft.graph.identityGovernance.lifecycleWorkflowsContainer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphidentitygovernancelifecycleworkflowscontainer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
  "title": "microsoft.graph.identityGovernance.lifecycleWorkflowsContainer",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "lifecycleWorkflowsContainer",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "customTaskExtensions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension"
          },
          "description": "The customTaskExtension instance.",
          "x-ms-navigationProperty": true
        },
        "deletedItems": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.deletedItemContainer"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Deleted workflows in your lifecycle workflows instance.",
          "x-ms-navigationProperty": true
        },
        "insights": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identityGovernance.insights"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The insight container holding workflow insight summaries for a tenant.",
          "x-ms-navigationProperty": true
        },
        "settings": {
          "$ref": "#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings"
        },
        "taskDefinitions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityGovernance.taskDefinition"
          },
          "description": "The definition of tasks within the lifecycle workflows instance.",
          "x-ms-navigationProperty": true
        },
        "workflows": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityGovernance.workflow"
          },
          "description": "The workflows in the lifecycle workflows instance.",
          "x-ms-navigationProperty": true
        },
        "workflowTemplates": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate"
          },
          "description": "The workflow templates in the lifecycle workflow instance.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer"
}