Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.04 KB

File metadata and controls

42 lines (34 loc) · 1.04 KB
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

faceCheckConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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