microsoftAuthenticatorAuthenticationMethod リソースの種類
名前空間: microsoft.graph
ユーザーに登録Microsoft Authenticatorアプリの表現。 Microsoft Authenticatorは認証方法です。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| 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"
}
フィードバック
フィードバックの送信と表示