microsoftAuthenticatorAuthenticationMethodTarget リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
ユーザーまたはグループのコレクションで、Microsoft Authenticator認証方法ポリシーを使用Azure AD。 authenticationMethodTarget から継承します。
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| authenticationMode | microsoftAuthenticatorAuthenticationMode | サインインに使用できる通知の種類を決定します。 指定できる値は deviceBasedPush 、(パスワードなしのみ)、 push および any です。 |
| id | String | ユーザーまたはグループAzure ADオブジェクト識別子。 authenticationMethodTarget から継承されます。 |
| isRegistrationRequired | Boolean | ユーザーが認証方法を登録するために強制されるかどうかを決定します。 authenticationMethodTarget から継承されます。 サポートされていません。 |
| targetType | authenticationMethodTargetType | 使用可能な値は user、group、および unknownFutureValue です。 authenticationMethodTarget から継承されます。 |
| numberMatchingRequiredState | advancedConfigState | MFA 通知の番号一致が必要です。 電話サインイン通知の値は無視されます。 可能な値は enabled、disabled、default です。 |
| displayAppInformationRequiredState | advancedConfigState | ユーザーがアプリ通知に追加のコンテキストを表示Authenticatorします。 ユーザー通知の本文Authenticator、ユーザーがサインインしているアプリと、認証要求の発信元の場所が表示されます。 可能な値は、enabled、disabled、default です。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String",
"numberMatchingRequiredState": "String",
"displayAppInformationRequiredState": "String"
}
フィードバック
フィードバックの送信と表示