microsoftAuthenticatorAuthenticationMethod リソースの種類

名前空間: microsoft.graph

ユーザーに登録Microsoft Authenticatorアプリの表現。 Microsoft Authenticatorは認証方法です。

authenticationMethod から継承します

メソッド

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

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset このアプリが登録された日時。 このプロパティは、デバイスがパスワードレス サインイン用に登録されていない場合電話 null です。
displayName String このアプリが登録されているデバイスの名前。
id String この認証方法の一意の識別子。 authenticationMethod から継承
deviceTag String アプリのメタデータを含むタグ。
phoneAppVersion String アプリのこのインスタンスの数値Authenticatorします。

リレーションシップ

リレーションシップ 説明
デバイス device ユーザーが存在するMicrosoft Authenticatorデバイス。 このプロパティは、デバイスがパスワードレス サインイン用に登録されていない場合電話 null です。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
  "id": "String (Identifier)",
  "displayName": "String",
  "deviceTag": "String",
  "phoneAppVersion": "String",
  "createdDateTime": "DateTimeOffset"
}