| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Configuration defining the usage capability of a Verified ID credential
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verifiedIdUsageConfiguration",
"isEnabledForTestOnly": "Boolean",
"purpose": "String"
}