an object with query parameters
Optionalfields?: stringA comma-separated list of fields to limit in the response.
Optionalfilter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. All conditional statements within this query parameter are case insensitive.
field "enabled" supports following operators: eq
field "id" supports following operators: eq, ne
field "name" supports following operators: eq, co
field "tenantId" supports following operators: eq
Optionallimit?: numberThe number of IP policies to retrieve.
Optionalpage?: stringThe page cursor. Takes precedence over other parameters.
Optionalsort?: Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
OptionaltotalResults?: booleanDetermines whether to return a count of the total records matched in the query. Defaults to false.
Optionaloptions: ApiCallOptions
Returns a list of IP policies present in the tenant. The user must be assigned the
TenantAdminrole.