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
Defines the mapping between a source attribute and a Verifiable ID claim in a verifiedIdProfileConfiguration object.
Properties
| Property | Type | Description |
|---|---|---|
| matchConfidenceLevel | matchConfidenceLevel | The confidence level for matching the claim to the source attribute. The possible values are: exact, relaxed, unknownFutureValue. |
| sourceAttribute | String | Source attribute name from the source system, for example a directory attribute. |
| verifiedIdClaim | String | Verified ID claim name or path, for example vc.credentialSubject.firstName. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.claimBinding",
"matchConfidenceLevel": "String",
"sourceAttribute": "String",
"verifiedIdClaim": "String"
}