x509CertificateUserBinding リソースの種類

名前空間: microsoft.graph

証明書をユーザー アカウントにバインドするために、Microsoft Entra ユーザー オブジェクトの属性にマップする X.509 証明書のフィールドを定義します。

プロパティ

プロパティ 説明
priority Int32 バインドの優先順位。 Microsoft Entra IDは、優先順位が最も高いバインドを使用します。 この値は負以外の整数で、x509CertificateAuthenticationMethodConfiguration オブジェクトの certificateUserBindings プロパティ内のオブジェクトのコレクション内で一意である必要があります。 必須
userProperty String バインドに使用するユーザー オブジェクトのMicrosoft Entraユーザー プロパティを定義します。 使用可能な値: userPrincipalNameonPremisesUserPrincipalNamecertificateUserIds。 必須です。
x509CertificateField String バインドに使用する X.509 証明書のフィールド。 使用可能な値: PrincipalNameRFC822NameSubjectKeyIdentifierSHA1PublicKey

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.x509CertificateUserBinding",
  "priority": "Integer",
  "userProperty": "String",
  "x509CertificateField": "String"
}