addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / service
Removed value: -{
- "default": "ztw",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"ztw_get_discovery_settingsArguments"
addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"ZTW workload-discovery settings (tenant-wide singleton).\n\nThe SDK object's exact field set varies; the full record surfaces the\ndecision-bearing knobs and keeps the rest in a nested `settings` payload so\nnothing is silently dropped for a config singleton."
addedOutput schema / properties / discovery_role
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Discovery IAM role, if set.",
+ "title": "Discovery Role"
+}
addedOutput schema / properties / external_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "External ID, if set.",
+ "title": "External Id"
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / settings
Added value: +{
+ "additionalProperties": true,
+ "description": "Full discovery-settings payload (curated container).",
+ "title": "Settings",
+ "type": "object"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"ztw_get_discovery_settingsOutput"New value: +"DiscoverySettings"