webauthnPublicKeyCredentialRpEntity 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 relying party (Microsoft Entra ID) responsible for the request. For more information, see Relying Party Parameters for Credential Generation.
Properties
Property | Type | Description |
---|---|---|
id | String | A unique identifier for the relying party (Microsoft Entra ID) bound to the generated credential. For example, login.microsoft.com . |
name | String | Human-readable identifier of the relying party. This property is always set to Microsoft . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.webauthnPublicKeyCredentialRpEntity",
"id": "String",
"name": "String"
}