webauthnPublicKeyCredentialUserEntity resource type
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.
Contains information about the user account for which the credential is generated. For more information, see User Account Parameters for Credential Generation.
Properties
Property | Type | Description |
---|---|---|
id | String | The Microsoft Entra ID-assigned object ID of the user account bound to the generated credential. The ID is encoded to WebAuthn spec by Microsoft Entra ID and is not represented as a GUID. |
displayName | String | The display name of the user account bound to the generated credential, as displayed in Microsoft Entra ID. |
name | String | The user principal name (UPN) of the user account bound to the generated credential, as displayed in Microsoft Entra ID. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.webauthnPublicKeyCredentialUserEntity",
"id": "String",
"displayName": "String",
"name": "String"
}