addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / app_class / description
Removed value: -"Filter the cloud-application catalog by category (``app_class``). Use this when the user describes a kind of application — e.g. 'webmail', 'AI tools', 'file sharing', 'streaming' — rather than a specific app. Must be one of the canonical ZIA enum values: ``SOCIAL_NETWORKING``, ``STREAMING_MEDIA``, ``WEBMAIL``, ``INSTANT_MESSAGING``, ``BUSINESS_PRODUCTIVITY``, ``ENTERPRISE_COLLABORATION``, ``SALES_AND_MARKETING``, ``SYSTEM_AND_DEVELOPMENT``, ``CONSUMER``, ``HOSTING_PROVIDER``, ``IT_SERVICES``, ``FILE_SHARE``, ``DNS_OVER_HTTPS``, ``HUMAN_RESOURCES``, ``LEGAL``, ``HEALTH_CARE``, ``FINANCE``, ``CUSTOM_CAPP``, ``AI_ML``. The full live list is whatever ``client.zia.cloudappcontrol.get_rule_type_mapping()`` returns."
removedInput schema / properties / app_class / title
Removed value: -"App Class"
removedInput schema / properties / group_results / description
Removed value: -"If true, return application counts grouped by category."
removedInput schema / properties / group_results / title
Removed value: -"Group Results"
removedInput schema / properties / page / description
Removed value: -"Page offset for pagination."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / page_size / description
Removed value: -"Page size (default 200, maximum 1000)."
removedInput schema / properties / page_size / title
Removed value: -"Page Size"
changedInput schema / properties / query / description
Previous value: -"JMESPath expression for client-side filtering/projection. Examples: '[?contains(name, `Share`)].{id: id, name: name}', '[?app_class==`ENTERPRISE_COLLABORATION`].name'."New value: +"Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: \"[?enabled==`true`]\", \"[*].{name: name, id: id}\", \"length(@)\". Omit to get the full records."
removedInput schema / properties / query / title
Removed value: -"Query"
removedInput schema / properties / search / description
Removed value: -"Server-side substring filter on application name (e.g. 'sharepoint', 'onedrive'). Use this first to narrow results before applying a JMESPath query."
removedInput schema / properties / search / title
Removed value: -"Search"
removedInput schema / properties / service
Removed value: -{
- "default": "zia",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zia_list_cloud_app_policyArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zia_list_cloud_app_policyOutput",
- "type": "object"
-}New value: +null