次の方法で共有


microsoftAuthenticatorAuthenticationMethodTarget リソースの種類

名前空間: microsoft.graph

Microsoft Entra IDで Microsoft Authenticator 認証方法ポリシーを使用できるグループのコレクション。

プロパティ

プロパティ 説明
authenticationMode microsoftAuthenticatorAuthenticationMode サインインに使用できる通知の種類を決定します。 使用可能な値は、 anydeviceBasedPush 、(パスワードレスのみ)、pushです。
id String Microsoft Entra ユーザーまたはグループのオブジェクト ID。
isRegistrationRequired ブール型 ユーザーが認証方法を登録するように強制されているかどうかを判断します。 サポートされていません
Targettype authenticationMethodTargetType 可能な値: usergroup

リレーションシップ

なし。

JSON 表記

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

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