MicrosoftAuthenticatorAuthenticationMethod リソースの種類

名前空間: microsoft.graph

重要

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

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

この型は、 authenticationMethod リソース型から継承します。

メソッド

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

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset このアプリが登録された日時。 デバイスがパスワードレスの電話によるサインインに登録されていない場合、このプロパティは null です。
lastUsedDateTime DateTimeOffset ユーザーが認証方法を最後に使用した日時。 読み取り専用です。 省略可能。 この省略可能な値は、認証方法で設定されない場合は null されます。 タイムスタンプの種類は、ISO 8601 形式を使用して、常に UTC 形式の日付と時刻情報を表します。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 authenticationMethod から継承されます。
displayName 文字列 このアプリが登録されているデバイスの名前。
id 文字列 この認証方法の一意の識別子。 authenticationMethod から継承
deviceTag 文字列 アプリ メタデータを含むタグ。
phoneAppVersion 文字列 Authenticator アプリのこのインスタンスの数値バージョン。
clientAppName microsoftAuthenticatorAuthenticationMethodClientAppName プッシュ通知の承認に使用するためにユーザーが登録したアプリ。 使用可能な値: microsoftAuthenticatoroutlookMobileunknownFutureValue

リレーションシップ

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

JSON 表記

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

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