LifecycleWorkflows.Read.Workflows
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
LifecycleWorkflows.Read.Workflows
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | - | - |
DisplayText | - | - |
Description | - | - |
AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- identitygovernance-task
- timeBasedAttributeTrigger
- triggerAndScopeBasedConditions
- userProcessingResult
- workflow
- workflowExecutionConditions
- workflowVersion
Graph reference: identitygovernance-task
Property | Type | Description |
---|---|---|
arguments | microsoft.graph.keyValuePair collection | Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. |
category | microsoft.graph.identityGovernance.lifecycleTaskCategory | The category of the task. The possible values are: joiner , leaver , unknownFutureValue . This property is multi-valued and the same task can apply to both joiner and leaver categories.Supports $filter (eq , ne ). |
continueOnError | Boolean | A Boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren't run. Optional. |
description | String | A string that describes the purpose of the task for administrative use. Optional. |
displayName | String | A unique string that identifies the task. Required. Supports $filter (eq , ne ) and orderBy . |
executionSequence | Int32 | An integer that states in what order the task runs in a workflow. Supports $orderby . |
id | String | Identifier used for individually addressing a specific task. Inherited from entity. Supports $filter (eq , ne ) and $orderby . |
isEnabled | Boolean | A Boolean value that denotes whether the task is set to run or not. Optional. Supports $filter (eq , ne ) and orderBy . |
taskDefinitionId | String | A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see Configure the arguments for built-in Lifecycle Workflow tasks. Required. Supports $filter (eq , ne ). |