addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / cloud_type / description
Removed value: -"Cloud provider filter (e.g., 'AWS', 'AZURE', 'GCP')."
removedInput schema / properties / cloud_type / title
Removed value: -"Cloud Type"
removedInput schema / properties / page / description
Removed value: -"Page offset for paginated results. The default is 0."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / page_size / description
Removed value: -"Number of results per page. Default is 100; maximum is 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 of results."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: -"Optional search filter for account name or metadata."
removedInput schema / properties / search / title
Removed value: -"Search"
removedInput schema / properties / service
Removed value: -{
- "default": "ztw",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"ztw_list_public_cloud_infoArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "ztw_list_public_cloud_infoOutput",
- "type": "object"
-}New value: +null