Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.96 KB

File metadata and controls

47 lines (38 loc) · 1.96 KB
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

customExtensionHandlerInstance resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used to record the status of custom workflow extension instance being run on an access package assignment request.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customExtensionHandlerInstance",
  "stage": "String",
  "customExtensionId": "String",
  "externalCorrelationId": "String",
  "status": "String"
}