| title | verifiedIdProfileConfiguration resource type |
|---|---|
| description | Profile configuration defining set of properties of a specific Verified ID credential. |
| author | tilarso |
| ms.date | 10/14/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Verified ID profile configuration defining set of properties of a specific Verified ID credential.
| 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. |
None.
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"
}
]
}