| title | faceCheckConfiguration resource type |
|---|---|
| description | Configuration for Face Check requirements in a Verified ID Profile |
| author | tilarso |
| ms.date | 10/14/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Configuration for Face Check requirements in a Verified ID Profile
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Defines if Face Check is required. Currently must always be true. |
| sourcePhotoClaimName | Source of photo to validate Face Check against. Currently must always be portrait |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.faceCheckConfiguration",
"isEnabled": "Boolean",
"sourcePhotoClaimName": "String"
}