addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / certificate_id / description
Removed value: -"Certificate ID for the BA certificate."
removedInput schema / properties / certificate_id / title
Removed value: -"Certificate Id"
removedInput schema / properties / microtenant_id / description
Removed value: -"Microtenant ID for scoping."
removedInput schema / properties / microtenant_id / title
Removed value: -"Microtenant Id"
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_ba_certificateArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
- },
- "required": [
- "result"
- ],
- "title": "zpa_get_ba_certificateOutput",
- "type": "object"
-}New value: +null