onAttributeCollectionSubmitCustomExtension 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.
Used for creating a new custom extension based on the onAttributeCollectionSubmit event. Used for verifying sign-up attributes when they're submitted. The custom extension can be used to verify or modify attributes, or block sign-up.
Inherits from customAuthenticationExtension.
Methods
Method | Return type | Description |
---|---|---|
Get | onAttributeCollectionSubmitCustomExtension | Read the properties and relationships of an onAttributeCollectionSubmitCustomExtension object. |
Update | onAttributeCollectionSubmitCustomExtension | Update the properties of an onAttributeCollectionSubmitCustomExtension object. |
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 onAttributeCollectionSubmitCustomExtension object. Inherited from customCalloutExtension. |
displayName | String | Display name for the onAttributeCollectionSubmitCustomExtension 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 onAttributeCollectionSubmitCustomExtension object. Inherited from entity. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onAttributeCollectionSubmitCustomExtension",
"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"
}
}