addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / key_type / description
Removed value: -"Type of key: 'connector' or 'service_edge'."
addedInput schema / properties / key_type / enum
Added value: +[
+ "connector",
+ "service_edge"
+]
removedInput schema / properties / key_type / title
Removed value: -"Key Type"
removedInput schema / properties / microtenant_id / description
Removed value: -"Microtenant ID for scoping."
removedInput schema / properties / microtenant_id / title
Removed value: -"Microtenant 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 / query_params
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Optional query parameters for filtering.",
- "title": "Query Params"
-}
addedInput schema / properties / search
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedInput schema / properties / service
Removed value: -{
- "default": "zpa",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zpa_list_provisioning_keysArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
- }
- },
- "required": [
- "result"
- ],
- "title": "zpa_list_provisioning_keysOutput",
- "type": "object"
-}New value: +null