Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Used to record the status of custom workflow extension instance being run on an access package assignment request.
Property | Type | Description |
---|---|---|
customExtensionId | String | Identifier of the customAccessPackageWorkflowExtension triggered at this instance. |
externalCorrelationId | String | The unique run ID for the logic app. |
stage | accessPackageCustomExtensionStage | Indicates the stage of the request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated , assignmentRequestApproved , assignmentRequestGranted , assignmentRequestRemoved , assignmentFourteenDaysBeforeExpiration , assignmentOneDayBeforeExpiration , unknownFutureValue . |
status | accessPackageCustomExtensionHandlerStatus | Status of the request to run the access package custom extension workflow that is associated with the logic app. The possible values are: requestSent , requestReceived , unknownFutureValue . |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionHandlerInstance",
"stage": "String",
"customExtensionId": "String",
"externalCorrelationId": "String",
"status": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now