Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.62 KB

File metadata and controls

44 lines (35 loc) · 1.62 KB
title verifiableCredentialRequired resource type
description Represents the status where a service requires a verifiable credential to be presented and it returns the information required to initiate the credential verification process.
author sponnada
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

verifiableCredentialRequired resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Verifiable credential requirements status indicating that credentials verification is required and returns the information required to initiate the credential verification process. Used for the verifiableCredentialRequirementStatus property of access package assignment request requirements.

Inherits from verifiableCredentialRequirementStatus.

Properties

Property Type Description
expiryDateTime DateTimeOffset When the presentation request will expire and a new one will need to be generated.
url String A URL that launches the digital wallet and starts the presentation process. You can present this URL to the user if they can't scan the QR code.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.verifiableCredentialRequired",
  "expiryDateTime": "String (timestamp)",
  "url": "String"
}