| title | verifiableCredentialType resource type |
|---|---|
| description | Contains details of a verifiable credential type, including the type of the credential issued and list of accepted issuers. |
| author | sponnada |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains details of a verifiable credential type, including the type of the credential issued and list of accepted issuers. Used for the credentialType property of verifiableCredentialSettings.
| Property | Type | Description |
|---|---|---|
| issuers | String collection | List of the accepted issuers authority as identified by the Microsoft Entra Verified ID service, for example, did:ion:EiAlrenrtD3Lsw0GlbzS1O2YFdy3Xtu8yo35W\<SNIP\>.... |
| credentialType | String | The type of credential issued, for example, BusinessCardCredential. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verifiableCredentialType",
"issuers": [
"String"
],
"credentialType": "String"
}