x509CertificateUserBinding リソースの種類
名前空間: microsoft.graph
証明書をユーザー アカウントにバインドするために、Microsoft Entra ユーザー オブジェクトの属性にマップする X.509 証明書のフィールドを定義します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
priority | Int32 | バインドの優先順位。 Microsoft Entra ID では、優先順位が最も高いバインドが使用されます。 この値は負以外の整数で、x509CertificateAuthenticationMethodConfiguration オブジェクトの certificateUserBindings プロパティ内のオブジェクトのコレクション内で一意である必要があります。 必須 |
userProperty | String | バインドに使用するユーザー オブジェクトの Microsoft Entra ユーザー プロパティを定義します。 使用可能な値: userPrincipalName 、onPremisesUserPrincipalName 、certificateUserIds 。 必須です。 |
x509CertificateField | String | バインドに使用する X.509 証明書のフィールド。 使用可能な値: PrincipalName 、RFC822Name 、SubjectKeyIdentifier 、SHA1PublicKey 。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.x509CertificateUserBinding",
"priority": "Integer",
"userProperty": "String",
"x509CertificateField": "String"
}