Edit

Share via


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

Verified ID profile configuration defining set of properties of a specific Verified ID credential.

Properties

Property Type Description
acceptedIssuer String Trusted Verified ID issuer.
claimBindings claimBinding collection Claim bindings from Verified ID to source attributes.
claimBindingSource claimBindingSource Source to validate against Verified ID claims. The possible values are: directory, unknownFutureValue.
type String Verified ID type.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiedIdProfileConfiguration",
  "type": "String",
  "acceptedIssuer": "String",
  "claimBindingSource": "String",
  "claimBindings": [
    {
      "@odata.type": "microsoft.graph.claimBinding"
    }
  ]
}