Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.19 KB

File metadata and controls

43 lines (34 loc) · 1.19 KB
title verifiedIdUsageConfiguration resource type
description Configuration defining the usage capability of a Verified ID credential
author tilarso
ms.date 10/14/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType

verifiedIdUsageConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Configuration defining the usage capability of a Verified ID credential

Properties

Property Type Description
isEnabledForTestOnly Boolean Sets profile usage for evaluation (test-only) or production.
purpose verifiedIdUsageConfigurationPurpose Sets the supported scenarios for a Verified ID profile. Currently only recovery is supported. The possible values are: recovery, onboarding, all, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiedIdUsageConfiguration",
  "isEnabledForTestOnly": "Boolean",
  "purpose": "String"
}