Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.35 KB

File metadata and controls

46 lines (37 loc) · 1.35 KB
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

verifiableCredentialSettings resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiableCredentialSettings",
  "credentialTypes": [
    {
      "@odata.type": "microsoft.graph.verifiableCredentialType"
    }
  ]
}