microsoftAuthenticatorAuthenticationMethod リソースの種類

名前空間: microsoft.graph

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

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

メソッド

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

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset このアプリが登録された日付と時刻。 デバイスがパスワードレス電話サインインに登録されていない場合、このプロパティは null です。
deviceTag String アプリメタデータを含むタグ。
displayName String このアプリが登録されているデバイスの名前。
id String この認証方法の一意の識別子。 authenticationMethod から継承
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"
}