Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.37 KB

File metadata and controls

44 lines (36 loc) · 1.37 KB
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

verifiableCredentialType resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiableCredentialType",
  "issuers": [
    "String"
  ],
  "credentialType": "String"
}