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