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

名前空間: microsoft.graph

重要

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

ユーザーに登録されている Microsoft Authenticator Passwordless Phone Sign-in メソッドの表現。

注意事項

Microsoft Authenticator Passwordless Phone Sign-in メソッド API は廃止され、2020 年 12 月 31 日に結果の返しを停止します。 新しい Microsoft Authenticator 認証方法を使用してください

メソッド

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

プロパティ

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

JSON 表記

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

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