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
Defines validation settings for claim processing in Verified ID profiles through the verifiedIdProfileConfiguration object.
Properties
| Property | Type | Description |
|---|---|---|
| customExtensionId | String | The identifier of a custom extension for claim validation. |
| isEnabled | Boolean | Indicates whether claim validation is enabled. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.claimValidation",
"isEnabled": "Boolean",
"customExtensionId": "String"
}