名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
Microsoft Entra ID で Microsoft Authenticator 認証方法ポリシーを使用できるグループのコレクション。 authenticationMethodTarget から継承します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| authenticationMode | microsoftAuthenticatorAuthenticationMode | サインインに使用できる通知の種類を決定します。 有効な値は、 deviceBasedPush (パスワードレスのみ)、 push、 any です。 |
| id | 文字列 | Microsoft Entra ユーザーまたはグループのオブジェクト識別子。 authenticationMethodTarget から継承されます。 |
| isRegistrationRequired | ブール型 | ユーザーに認証方法の登録を強制するかどうかを決定します。 authenticationMethodTarget から継承されます。 サポートされていません。 |
| targetType | authenticationMethodTargetType | 指定できる値は、 group および unknownFutureValue です。 2022 年 12 月以降、 user を使用する個々のユーザーをターゲットにすることはお勧めしません。 既存のターゲットは残りますが、個々のユーザーをターゲット グループに移動することをお勧めします。
authenticationMethodTarget から継承されます。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String"
}