addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / eyez_id / description
Removed value: -"The agent group eyez ID. Use zms_list_agent_groups to find eyez IDs."
removedInput schema / properties / eyez_id / title
Removed value: -"Eyez Id"
removedInput schema / properties / service
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "The service to use.",
- "title": "Service"
-}
removedInput schema / title
Removed value: -"zms_get_agent_group_totp_secretsArguments"
addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"ZMS agent-group TOTP secrets — SENSITIVE; nested payload."
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "TOTP secret bundle (treat as sensitive credentials).",
+ "title": "Data",
+ "type": "object"
+}
addedOutput schema / properties / eyez_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Agent group eyez_id (echoed).",
+ "title": "Eyez Id"
+}
removedOutput schema / properties / result
Removed value: -{
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"zms_get_agent_group_totp_secretsOutput"New value: +"TotpSecrets"