Search policies based on filters specified in the request body.
post/api/v1/search/policies
Request body
displayNamestring
Search for policies with a case insensitive match on the display name.
excludePolicyIdsstring[] nullable
The policy IDs to exclude from the search.
includeDeletedboolean
The includeDeleted field.
pageSizeinteger
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
pageTokenstring
The pageToken field.
policyTypesstring[] nullable
The policy type to search on. This can be POLICY_TYPE_GRANT, POLICY_TYPE_REVOKE, POLICY_TYPE_CERTIFY, POLICY_TYPE_ACCESS_REQUEST, or POLICY_TYPE_PROVISION.
querystring
Query the policies with a fuzzy search on display name and description.