편집

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

Defines 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. The possible values are: recovery, onboarding, all, unknownFutureValue, verification. Use the Prefer: include-unknown-enum-members request header to get the following value from this evolvable enum: verification.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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