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