Edit

claimValidation resource type

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"
}