PasswordPolicyQuery
Retrieves a list of policies based on the provided query parameters.
Filtering Behavior:
When policyIds, policyNames, and/or fleet are set, every returned policy must satisfy all non-empty dimensions (logical AND). Within policyIds or policyNames, multiple values are OR (match any listed id, or any listed name). If no policy matches every active filter, the result list is empty.
{
"fleet": false,
"policyIds": [
"string"
],
"policyNames": [
"string"
]
}
When true, returns only fleet-wide policies. When false, returns only non-fleet policies. When omitted, all policies are returned regardless of fleet designation.
List of policy ids to be queried
List of policy names to be queried