fido2AuthenticationMethod リソースの種類

名前空間: microsoft.graph

ユーザーに登録された FIDO2 セキュリティ キーの表現。 FIDO2 はサインイン認証方法です。

メソッド

メソッド 戻り値の種類 説明
List fido2AuthenticationMethod コレクション ユーザーの fido2AuthenticationMethod オブジェクトとそのプロパティの一覧を取得します。
Get fido2AuthenticationMethod ユーザーの fido2AuthenticationMethod オブジェクトのプロパティとリレーションシップを読み取る。
削除 なし ユーザーの fido2AuthenticationMethod オブジェクトを削除します。

プロパティ

プロパティ 説明
id String 認証方法識別子。
displayName String ユーザーが指定したキーの表示名。
createdDateTime DateTimeOffset このキーがユーザーに登録されたタイムスタンプ。
aaGuid String Authenticator構成証明 GUID、認証子の種類 (make やモデルなど) を示す識別子。
model String FIDO2 セキュリティ キーの製造元が割り当てたモデル。
attestationCertificates String collection このセキュリティ キーに添付されている構成証明証明書。
attestationLevel attestationLevel この FIDO2 セキュリティ キーの構成証明レベル。 使用できる値は、 attested または notAttested です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.fido2AuthenticationMethod",
  "id": "String (identifier)",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "aaGuid": "String",
  "model": "String",
  "attestationCertificates": [
    "String"
  ],
  "attestationLevel": "String"
}