Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.84 KB

customextensionhandler.md

File metadata and controls

57 lines (46 loc) · 2.84 KB
title description author ms.localizationpriority ms.subservice doc_type
customExtensionHandler resource type (deprecated)
Defines when to execute a custom access package workflow extension.
vikama-microsoft
medium
entra-id-governance
resourcePageType

customExtensionHandler resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines when to execute a custom access package workflow extension.

Inherits from entity.

Methods

None.

Note

  1. To read the customExtensionHandler objects on a policy, append ?$expand=customExtensionHandlers to a GET accessPackageAssignmentPolicy request. For example, GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/4540a08f-8ab5-43f6-a923-015275799197?$expand=customExtensionHandlers. For more information, see Example 2: Retrieve the custom extension handlers for a policy.

  2. To delete the customExtensionHandlers objects from a policy, call the Update accessPackageAssignmentPolicy and specify the customExtensionHandlers property as an empty collection. For more information, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy.

Properties

Property Type Description
id String Identifier of the stage. Inherited from entity.
stage accessPackageCustomExtensionStage Indicates the stage of the access package assignment request workflow when the access package custom extension runs. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.

Relationships

Relationship Type Description
customExtension customAccessPackageWorkflowExtension Indicates which custom workflow extension is executed at this stage. Nullable. Supports $expand.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customExtensionHandler",
  "id": "String (identifier)",
  "stage": "String"
}