softwareOathAuthenticationMethod リソースの種類

名前空間: microsoft.graph

ユーザーに登録されたソフトウェア OATH トークンを表します。 ソフトウェア OATH トークンは、多要素認証に OATH Time-Based One Time Password (TOTP) 標準を使用するソフトウェア ベースの数値ジェネレーターです。 この API は Microsoft Authenticator 認証方法エンティティを返しませんが、Microsoft Authenticator がサード パーティのソフトウェア認証フローを介して設定されている場合はエンティティを返します。

このリソースの種類は、 authenticationMethod リソースの種類から継承する派生型です。

メソッド

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

プロパティ

プロパティ 説明
id String 認証方法識別子。
secretKey String メソッドの秘密鍵。 常に を返します null

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.softwareOathAuthenticationMethod",
  "id": "String (identifier)",
  "secretKey": "String"
}