addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / action
Removed value: -{
- "default": "list_admins",
- "description": "Action to perform: 'list_admins' or 'get_admin'.",
- "title": "Action",
- "type": "string"
-}
removedInput schema / properties / admin_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Admin ID for get_admin action.",
- "title": "Admin Id"
-}
removedInput schema / properties / include_admin_users / description
Removed value: -"Include / exclude admin users in the response."
removedInput schema / properties / include_admin_users / title
Removed value: -"Include Admin Users"
removedInput schema / properties / include_api_roles / description
Removed value: -"Include / exclude API roles in the response."
removedInput schema / properties / include_api_roles / title
Removed value: -"Include Api Roles"
removedInput schema / properties / include_auditor_users / description
Removed value: -"Include / exclude auditor users in the response."
removedInput schema / properties / include_auditor_users / title
Removed value: -"Include Auditor Users"
removedInput schema / properties / page / description
Removed value: -"The page offset to return."
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / page_size / description
Removed value: -"The number of records to return per page."
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: -"The search string to filter by."
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 / properties / version / description
Removed value: -"Specifies the admins from a backup version."
removedInput schema / properties / version / title
Removed value: -"Version"
removedInput schema / title
Removed value: -"ztw_list_adminsArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "string"
- }
- ],
- "title": "Result"
- }
- },
- "required": [
- "result"
- ],
- "title": "ztw_list_adminsOutput",
- "type": "object"
-}New value: +null