次の方法で共有


passkeyAuthenticationMethodTarget リソースの種類

名前空間: microsoft.graph

Microsoft Entra IDのパスキー (FIDO2) 認証方法ポリシーの一部としてパスキー (FIDO2) 認証方法を使用できるグループのコレクション。 authenticationMethodTarget から継承します。

プロパティ

プロパティ 説明
allowedPasskeyProfiles Guid コレクション ターゲットをスコープとするパスキー プロファイルの一覧。 必須。
id 文字列 Microsoft Entraユーザーまたはグループのオブジェクト識別子。 必須です。
isRegistrationRequired ブール型 ユーザーが認証方法を登録する必要があるかどうかを示します。 必須です。
Targettype authenticationMethodTargetType 認証方法の種類。 使用可能な値は、 groupunknownFutureValueです。 2022 年 12 月より、 user ターゲット値は推奨されなくなります。 個々のユーザーをターゲット グループに移動することをお勧めします。 必須です。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.passkeyAuthenticationMethodTarget",
  "id": "String",
  "targetType": "String",
  "isRegistrationRequired": "Boolean",
  "allowedPasskeyProfiles": [
    "Guid"
  ]
}