PasswordPolicyQuery

PasswordPolicyQuery
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.

JSON Example
{
    "fleet": false,
    "policyIds": [
        "string"
    ],
    "policyNames": [
        "string"
    ]
}
boolean
fleet
Optional

When true, returns only fleet-wide policies. When false, returns only non-fleet policies. When omitted, all policies are returned regardless of fleet designation.

array of string
policyIds
Optional
Constraints: minItems: 0 maxItems: 100

List of policy ids to be queried

array of string
policyNames
Optional
Constraints: minItems: 0 maxItems: 100

List of policy names to be queried