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