addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / key_id / description
Removed value: -"Provisioning key ID."
removedInput schema / properties / key_id / title
Removed value: -"Key Id"
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 / query_params
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Optional query parameters.",
- "title": "Query Params"
-}
removedInput schema / properties / service
Removed value: -{
- "default": "zpa",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zpa_get_provisioning_keyArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
- },
- "required": [
- "result"
- ],
- "title": "zpa_get_provisioning_keyOutput",
- "type": "object"
-}New value: +null