accessPackageAssignmentRequestWorkflowExtension resource type
Namespace: microsoft.graph
Defines the attributes of a logic app that can be called at various stages of an access package request cycle. You can integrate logic apps with entitlement management to broaden your governance workflows beyond the core entitlement management use cases.
The following use cases can be integrated with logic apps using access package assignment request workflow:
- When an access package is requested
- When an access package request is approved
- When an access package request is granted
- When an access package assignment expires
Inherits from customCalloutExtension.
Methods
Method | Return type | Description |
---|---|---|
List | customCalloutExtension collection | Get a list of the accessPackageAssignmentRequestWorkflowExtension objects and their properties. |
Create | accessPackageAssignmentRequestWorkflowExtension | Create a new accessPackageAssignmentRequestWorkflowExtension object. |
Get | accessPackageAssignmentRequestWorkflowExtension | Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. |
Update | accessPackageAssignmentRequestWorkflowExtension | Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. |
Delete | None | Delete an accessPackageAssignmentRequestWorkflowExtension object. |
Properties
Property | Type | Description |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. Inherited from customCalloutExtension. |
callbackConfiguration | customExtensionCallbackConfiguration | The callback configuration for a custom extension. |
clientConfiguration | customExtensionClientConfiguration | HTTP connection settings that define how long Microsoft Entra ID 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. |
createdBy | String | The userPrincipalName of the user or identity of the subject that created this resource. Read-only. |
createdDateTime | DateTimeOffset | When the object was created. |
description | String | Description for the customAccessPackageWorkflowExtension object. Inherited from customCalloutExtension. |
displayName | String | Display name for the customAccessPackageWorkflowExtension object. Inherited from customCalloutExtension. |
endpointConfiguration | customExtensionEndpointConfiguration | The type and details for configuring the endpoint to call the logic app's workflow. Inherited from customCalloutExtension. |
id | String | Read-only. |
lastModifiedBy | String | The userPrincipalName of the identity that last modified the object. |
lastModifiedDateTime | DateTimeOffset | When the object was last modified. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension",
"id": "String (identifier)",
"authenticationConfiguration": {
"@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
},
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
},
"description": "String",
"displayName": "String",
"endpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
},
"createdBy": "String",
"lastModifiedBy": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"callbackConfiguration": {
"@odata.type": "microsoft.graph.customExtensionCallbackConfiguration"
}
}