microsoftAuthenticatorAuthenticationMethodTarget リソースの種類

名前空間: microsoft.graph

Azure の認証方法ポリシーを使用Microsoft AuthenticatorユーザーまたはグループのコレクションAD。

プロパティ

プロパティ 説明
id String ユーザーまたはグループの Azure AD ID。
authenticationMode microsoftAuthenticatorAuthenticationMode サインインに使用できる通知の種類を決定します。 指定できる値は any 、、 deviceBasedPush (パスワードレスのみ)、 push です。
featureSettings authenticatorAppFeatureSettings アプリケーションに適用する追加の設定をMicrosoft Authenticator。 使用できる値は次 null のとおりです requireNumberMatching 。(MFA 通知の番号一致が必要です。 電話サインイン通知の値は無視されます)。
isRegistrationRequired Boolean ユーザーが認証方法を登録するために強制されるかどうかを決定します。 サポートされていません
shownContext authenticatorAppContextType (プライベート プレビュー)サインインに関するコンテキストの種類を通知の本文でユーザーに表示する必要があるかどうかを決定します。 可能な値は、locationapp です。
targetType authenticationMethodTargetType 可能な値: usergroup

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
  "targetType": "String",
  "id": "String (identifier)",
  "isRegistrationRequired": "Boolean",
  "authenticationMode": "String",
  "shownContext": "String",
  "featureSettings": "String"
}