{ "additionalProperties": false, "description": "Advanced load balancer HealthMonitorAuthInfo object", "id": "ALBHealthMonitorAuthInfo", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "password": { "description": "Password for server authentication.", "required": true, "sensitive": true, "title": "Password", "type": "string" }, "username": { "description": "Username for server authentication.", "required": true, "sensitive": true, "title": "Username", "type": "string" } }, "title": "HealthMonitorAuthInfo", "type": "object" }