編輯

共用方式為


webauthnPublicKeyCredentialParameters 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.

Defines a set of Microsoft Entra ID-preferred credential properties for the creation of a new public key credential. Fore more information, see Parameters for Credential Generation.

Properties

Property Type Description
alg Int32 Specifies the cryptographic signature algorithm used for the new credential. The algorithm identifiers should be values registered in the IANA COSE algorithms registry. For more information, see IANA-COSE-ALGS-REG.
type String Specifies the type of credential to be created. The only supported value is public-key.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.webauthnPublicKeyCredentialParameters",
  "type": "String",
  "alg": "Integer"
}