accessPackageAssignmentWorkflowExtension resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 accessPackageAssignmentWorkflowExtensions | customCalloutExtension collection | Get a list of the accessPackageAssignmentWorkflowExtension objects and their properties. |
Create accessPackageAssignmentWorkflowExtension | accessPackageAssignmentWorkflowExtension | Create a new accessPackageAssignmentWorkflowExtension object. |
Get accessPackageAssignmentWorkflowExtension | accessPackageAssignmentWorkflowExtension | Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. |
Update accessPackageAssignmentWorkflowExtension | accessPackageAssignmentWorkflowExtension | Update the properties of an accessPackageAssignmentWorkflowExtension object. |
Delete accessPackageAssignmentWorkflowExtension | 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. |
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 is a JSON representation of the resource.
{
"@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"
}
}
Feedback
Submit and view feedback for