addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / action
Removed value: -{
- "description": "Action to perform. Must be 'read'.",
- "title": "Action",
- "type": "string"
-}
addedInput schema / properties / name / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / name / description
Removed value: -"If provided, will be used to search for the trusted network."
removedInput schema / properties / name / title
Removed value: -"Name"
removedInput schema / properties / name / type
Removed value: -"string"
addedInput schema / properties / network_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / network_id / description
Removed value: -"If provided, retrieves trusted network by ID."
removedInput schema / properties / network_id / title
Removed value: -"Network Id"
removedInput schema / properties / network_id / type
Removed value: -"string"
addedInput schema / properties / query
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "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_params
Removed value: -{
- "additionalProperties": true,
- "default": null,
- "description": "Optional query parameters for filtering results.",
- "title": "Query Params",
- "type": "object"
-}
removedInput schema / properties / service
Removed value: -{
- "default": "zpa",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / required
Removed value: -[
- "action"
-]
removedInput schema / title
Removed value: -"trusted_network_managerArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "string"
- }
- ],
- "title": "Result"
- }
- },
- "required": [
- "result"
- ],
- "title": "trusted_network_managerOutput",
- "type": "object"
-}New value: +null