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
Configuration for Face Check requirements in a Verified ID Profile.
Properties
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Defines if Face Check is required. Currently must always be true. |
| sourcePhotoClaimName | String | Source of photo to validate Face Check against. Currently must always be portrait. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.faceCheckConfiguration",
"isEnabled": "Boolean",
"sourcePhotoClaimName": "String"
}