microsoftAuthenticatorAuthenticationMethodTarget リソースの種類
名前空間: microsoft.graph
Microsoft Entra ID で Microsoft Authenticator 認証方法ポリシーを 使用できるグループのコレクション。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationMode | microsoftAuthenticatorAuthenticationMode | サインインに使用できる通知の種類を決定します。 使用可能な値は、 any 、 deviceBasedPush (パスワードレスのみ)、 push です。 |
id | String | Microsoft Entra ユーザーまたはグループのオブジェクト ID。 |
isRegistrationRequired | ブール型 | ユーザーが認証方法を登録するように強制されているかどうかを判断します。 サポートされていません。 |
targetType | authenticationMethodTargetType | 可能な値: user 、group 。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String"
}