ChildTypesRequestParameter (schema)

Filter to populate child types of the policyConfigResource

Specified child resource types will be populated in the response body
Name Description Type Notes
filter Filter string as java regex

Filter string, can contain multiple or single java regular expressions
separated by ';'.
- Sample query string to prevent loading services and deployment zones:
filter=Type-^(?!.*?(?:Service|DeploymentZone)).*$
- Sample query string to load every policy object under Infra:
filter=/
string