| title | verifiableCredentialSettings resource type |
|---|---|
| description | Settings for verifiable credential types that a requestor must present to a service such as Entitlement Management. |
| author | sponnada |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Settings for verifiable credential types that a requestor must present to a service such as Entitlement Management.
Used for the verifiableCredentialSettings property of an access package assignment policy.
| Property | Type | Description |
|---|---|---|
| credentialTypes | verifiableCredentialType collection | The types of verifiable credentials that a requestor must present when requesting an access package that has the policy. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verifiableCredentialSettings",
"credentialTypes": [
{
"@odata.type": "microsoft.graph.verifiableCredentialType"
}
]
}