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 です。 |
displayName | String | このアプリが登録されているデバイスの名前。 |
id | String | この認証方法の一意の識別子。 authenticationMethod から継承 |
deviceTag | String | アプリメタデータを含むタグ。 |
phoneAppVersion | String | Authenticator アプリのこのインスタンスの数値バージョン。 |
clientAppName | microsoftAuthenticatorAuthenticationMethodClientAppName | ユーザーがプッシュ通知の承認に使用するために登録したアプリ。 使用可能な値: microsoftAuthenticator 、outlookMobile 、unknownFutureValue 。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
デバイス | device | Microsoft Authenticator が存在する登録済みデバイス。 デバイスがパスワードレス電話サインインに登録されていない場合、このプロパティは null です。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
"id": "String (Identifier)",
"displayName": "String",
"deviceTag": "String",
"phoneAppVersion": "String",
"createdDateTime": "String (timestamp)",
"clientAppName": "microsoftAuthenticator"
}