Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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"
}