accessPackageAssignmentRequestWorkflowExtension 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 using access package assignment request workflow:

Inherits from customCalloutExtension.

Methods

Method Return type Description
List accessPackageAssignmentRequestWorkflowExtension customCalloutExtension collection Get a list of the accessPackageAssignmentRequestWorkflowExtension objects and their properties.
Create accessPackageAssignmentRequestWorkflowExtension accessPackageAssignmentRequestWorkflowExtension Create a new accessPackageAssignmentRequestWorkflowExtension object.
Get accessPackageAssignmentRequestWorkflowExtension accessPackageAssignmentRequestWorkflowExtension Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
Update accessPackageAssignmentRequestWorkflowExtension accessPackageAssignmentRequestWorkflowExtension Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
Delete accessPackageAssignmentRequestWorkflowExtension 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 is a JSON representation of the resource.

{
  "@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"
  }
}