Edit

claimValidation 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.

Defines validation settings for claim processing in verified ID profiles.

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