customCalloutExtension 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.
An abstract type that defines the configuration for logic apps that can extend the customer's entitlement management and lifecycle workflows processes.
This abstract type is inherited by:
- customAccessPackageWorkflowExtension
- customTaskExtension
- accessPackageAssignmentRequestWorkflowExtension
- accessPackageAssignmentWorkflowExtension
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. |
clientConfiguration | customExtensionClientConfiguration | HTTP connection settings that define how long Azure AD 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. |
description | String | Description for the customCalloutExtension object. |
displayName | String | Display name for the customCalloutExtension object. |
endpointConfiguration | customExtensionEndpointConfiguration | The type and details for configuring the endpoint to call the logic app's workflow. |
id | String | Identifier for the customCalloutExtension object. Inherited from entity. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.customCalloutExtension",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"endpointConfiguration": {
"@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
},
"clientConfiguration": {
"@odata.type": "microsoft.graph.customExtensionClientConfiguration"
},
"authenticationConfiguration": {
"@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
}
}
Feedback
Submit and view feedback for