addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / app_id / description
Removed value: -"The unique ID for the ZDX application."
removedInput schema / properties / app_id / title
Removed value: -"App Id"
removedInput schema / properties / department_id / description
Removed value: -"Filter by department ID(s)."
removedInput schema / properties / department_id / title
Removed value: -"Department Id"
removedInput schema / properties / geo_id / description
Removed value: -"Filter by geolocation ID(s)."
removedInput schema / properties / geo_id / title
Removed value: -"Geo Id"
removedInput schema / properties / location_id / description
Removed value: -"Filter by location ID(s)."
removedInput schema / properties / location_id / title
Removed value: -"Location Id"
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 / score_bucket / description
Removed value: -"The ZDX score bucket to filter by. Available values: 'poor' (0-33), 'okay' (34-65), 'good' (66-100)."
removedInput schema / properties / score_bucket / title
Removed value: -"Score Bucket"
removedInput schema / properties / service
Removed value: -{
- "default": "zdx",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / properties / since / description
Removed value: -"Number of hours to look back (default 2h)."
removedInput schema / properties / since / title
Removed value: -"Since"
removedInput schema / title
Removed value: -"zdx_list_application_usersArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zdx_list_application_usersOutput",
- "type": "object"
-}New value: +null