| title | customExtensionHandlerInstance resource type (deprecated) |
|---|---|
| description | Used to record the status a custom workflow extension instance being run on an access package assignment request. |
| author | vikama-microsoft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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"
}