accessPackageAssignmentWorkflowExtension 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 in the access package assignment workflow:
- When an access package assignment will expire in fourteen days
- When an access package assignment will expire in one day
Inherits from customCalloutExtension.
Methods
Method | Return type | Description |
---|---|---|
List | customCalloutExtension collection | Get a list of the accessPackageAssignmentWorkflowExtension objects and their properties. |
Create | accessPackageAssignmentWorkflowExtension | Create a new accessPackageAssignmentWorkflowExtension object. |
Get | accessPackageAssignmentWorkflowExtension | Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. |
Update | accessPackageAssignmentWorkflowExtension | Update the properties of an accessPackageAssignmentWorkflowExtension object. |
Delete | None | Delete an accessPackageAssignmentWorkflowExtension 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. The settings define 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 entity 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 entity. |
lastModifiedDateTime | DateTimeOffset | When the entity was last modified. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessPackageAssignmentWorkflowExtension",
"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"
}
}