Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
A collection of groups enabled to use Verifiable Credential for identification.
Inherits from authenticationMethodTarget.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Object identifier of a Microsoft Entra user or group. Inherited from entity. |
| isRegistrationRequired | Boolean | Indicates whether the user is required to register the authentication method. Inherited from authenticationMethodTarget. |
| targetType | authenticationMethodTargetType | The authentication method type. Inherited from authenticationMethodTarget. The possible values are: user, group, unknownFutureValue. |
| verifiedIdProfiles | Guid collection | A collection of Verified ID profile IDs. The profiles define the credentials that users can present to prove their id when signing in, onboarding, or recovering. Verified ID profiles are managed through the Verified ID APIs. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verifiableCredentialAuthenticationMethodTarget",
"id": "String (identifier)",
"targetType": "String",
"isRegistrationRequired": "Boolean",
"verifiedIdProfiles": [
"Guid"
]
}