| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verifiableCredentialRequired",
"expiryDateTime": "String (timestamp)",
"url": "String"
}