名前空間: microsoft.graph
ユーザーに登録されている FIDO2 セキュリティ キーの表現。 FIDO2 はサインイン認証方法です。
これは、authenticationMethod リソースの種類から継承する派生型です。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| List | fido2AuthenticationMethod コレクション | ユーザーの fido2AuthenticationMethod オブジェクトとそのプロパティの一覧を取得します。 |
| Get | fido2AuthenticationMethod | ユーザーの fido2AuthenticationMethod オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Delete | なし | ユーザーの fido2AuthenticationMethod オブジェクトを 削除します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| aaGuid | 文字列 | 認証子構成証明 GUID。認証子の型 (make や model など) を示す識別子。 |
| attestationCertificates | String collection | このセキュリティ キーにアタッチされている構成証明証明書。 |
| attestationLevel | attestationLevel | この FIDO2 セキュリティ キーの構成証明レベル。 使用可能な値は、 attested、または notAttestedです。 |
| createdDateTime | DateTimeOffset | このキーがユーザーに登録されたときのタイムスタンプ。 |
| displayName | 文字列 | ユーザーが指定したキーの表示名。 |
| id | 文字列 | 認証方法識別子。 |
| model | 文字列 | FIDO2 セキュリティ キーの製造元割り当てモデル。 |
リレーションシップ
なし。
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.fido2AuthenticationMethod",
"aaGuid": "String",
"attestationCertificates": [
"String"
],
"attestationLevel": "String",
"createdDateTime": "String (timestamp)",
"displayName": "String",
"id": "String (identifier)",
"model": "String"
}