passwordlessMicrosoftAuthenticatorAuthenticationMethod リソースの種類 (非推奨)

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

ユーザーに登録されている Microsoft Authenticator パスワードレス電話サインイン メソッドの表現。

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

注意

Microsoft Authenticator パスワードレス電話サインインメソッド API は非推奨となり、2020 年 12 月 31 日に結果の返しを停止します。 新しい Microsoft Authenticator 認証方法を使用してください。

メソッド

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

プロパティ

プロパティ 説明
id String 認証方法識別子。
displayName String ユーザーが指定したモバイル デバイスの表示名。
creationDateTime DateTimeOffset このメソッドがユーザーに登録されたときのタイムスタンプ。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod",
  "id": "String (identifier)",
  "displayName": "String",
  "creationDateTime": "String (timestamp)"
}