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
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. |
| claimValidation | claimValidation | Validation settings for claim processing. |
| 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"
}
],
"claimValidation": {
"@odata.type": "microsoft.graph.claimValidation"
}
}