| title | claimBinding resource type |
|---|---|
| description | Defines the mapping between a source attribute and a Verifiable ID claim. |
| author | tilarso |
| ms.date | 10/14/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines the mapping between a source attribute and a Verifiable ID claim.
| Property | Type | Description |
|---|---|---|
| sourceAttribute | String | Source attribute value |
| verifiedIdClaim | String | Entra ID attribute value |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.claimBinding",
"sourceAttribute": "String",
"verifiedIdClaim": "String"
}