편집

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

Configuration for Face Check requirements in a Verified ID Profile

Properties

Property Type Description
isEnabled Boolean Indicates whether Face Check is required. Currently must be true.
sourcePhotoClaimName String The source claim name for the photo used to validate Face Check. Currently must be portrait.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.faceCheckConfiguration",
  "isEnabled": "Boolean",
  "sourcePhotoClaimName": "String"
}