Show / Hide Table of Contents

least

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A POST /identityGovernance/lifecycleWorkflows/workflows/{workflowId}/tasks/{taskId}/taskProcessingResults/{taskProcessingResultsId}/resume

Application Permission

Id
Display String
Description

Resources

customExtensionCalloutResponse

Property Type Description
data customExtensionData Contains the data the external system provides to the custom extension endpoint.
source String Identifies the external system or event context related to the response.
type String Describes the type of event related to the response.

customTaskExtension

Property Type Description
authenticationConfiguration microsoft.graph.customExtensionAuthenticationConfiguration Configuration for securing the API call to the logic app. Inherited from customCalloutExtension. Required.
callbackConfiguration microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration The callback configuration for a custom task extension.
clientConfiguration microsoft.graph.customExtensionClientConfiguration HTTP connection settings that define how long Azure AD can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. Inherited from customCalloutExtension.
createdDateTime DateTimeOffset When the custom task extension was created.

Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
description String Describes the purpose of the custom task extension for administrative use. Inherited from customCalloutExtension. Optional.
displayName String A unique string that identifies the custom task extension. Inherited from customCalloutExtension. Required.

Supports $filter(eq, ne) and $orderby.
endpointConfiguration microsoft.graph.customExtensionEndpointConfiguration Details for allowing the custom task extension to call the logic app. Inherited from customCalloutExtension.
id String Inherited from entity.

Supports $filter(eq, ne) and $orderby.
lastModifiedDateTime DateTimeOffset When the custom extension was last modified.

Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.

customTaskExtensionCallbackConfiguration

Property Type Description
timeoutDuration Duration Callback time out in ISO 8601 time duration. Accepted time durations are between five minutes to three hours. For example, PT5M for five minutes and PT3H for three hours. Inherited from customExtensionCallbackConfiguration.
authorizedApps microsoft.graph.application collection A collection of unique identifiers or **a

customTaskExtensionCallbackData

Property Type Description
operationStatus microsoft.graph.identityGovernance.customTaskExtensionOperationStatus Operation status that's provided by the Azure Logic App indicating whenever the Azure Logic App has run successfully or not. Supported values: completed, failed, unknownFutureValue.
In This Article
Back to top Created by merill | Submit feedback