Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Used for creating a new custom extension based on the onAttributeCollectionStart event. This can be used to prefill attributes or block sign-up.
Inherits from customAuthenticationExtension.
Try out this event in the Woodgrove demo tenant.
Methods
None.
For the list of API operations for managing this resource type, see the customAuthenticationExtension resource type.
Properties
Property | Type | Description |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | Configuration for securing the API call. For example, using OAuth client credentials flow. Inherited from customCalloutExtension. |
clientConfiguration | customExtensionClientConfiguration | HTTP connection settings that define how long Microsoft Entra ID can wait for a connection, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. Inherited from customCalloutExtension. |
description | String | Description for the onAttributeCollectionStartCustomExtension object. Inherited from customCalloutExtension. |
displayName | String | Display name for the onAttributeCollectionStartCustomExtension object. Inherited from customCalloutExtension. |
endpointConfiguration | customExtensionEndpointConfiguration | The type and details for configuring the endpoint to call the app's workflow. Inherited from customCalloutExtension. |
id | String | Identifier for the onAttributeCollectionStartCustomExtension object. Inherited from entity. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onAttributeCollectionStartCustomExtension",
"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"
}
}