addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / include_api_roles / description
Removed value: -"Include or exclude API role information in the list. Default is True."
removedInput schema / properties / include_api_roles / title
Removed value: -"Include Api Roles"
removedInput schema / properties / include_auditor_role / description
Removed value: -"Include or exclude auditor user information in the list."
removedInput schema / properties / include_auditor_role / title
Removed value: -"Include Auditor Role"
removedInput schema / properties / include_partner_role / description
Removed value: -"Include or exclude admin user information in the list. Default is True."
removedInput schema / properties / include_partner_role / title
Removed value: -"Include Partner Role"
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 / role_ids / description
Removed value: -"Include or exclude role ID information in the list."
removedInput schema / properties / role_ids / title
Removed value: -"Role Ids"
removedInput schema / properties / search / description
Removed value: -"Search string to filter roles by name."
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_rolesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "anyOf": [
- {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "string"
- }
- ],
- "title": "Result"
- }
- },
- "required": [
- "result"
- ],
- "title": "ztw_list_rolesOutput",
- "type": "object"
-}New value: +null