customExtensionEndpointConfiguration 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.
Abstract base type that exposes the derived types used to configure the endpointConfiguration property of a custom extension. This abstract type is inherited by the following types:
- logicAppTriggerEndpointConfiguration - configure this object for the customTaskExtension in Lifecycle Workflows and customAccessPackageWorkflowExtension in Entitlement Management access package request and assignment cycles.
- httpRequestEndpoint - configure this object to validate a custom authentication extension.
Properties
None.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customExtensionEndpointConfiguration"
}