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
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. Inherits 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, role. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: role. |
| verifiedIdProfiles | Guid collection | A collection of Verified ID profiles. |
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"
]
}