{ "additionalProperties": false, "description": "Advanced load balancer HealthMonitorRadius object", "id": "ALBHealthMonitorRadius", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "password": { "description": "Radius monitor will query Radius server with this password.", "required": true, "sensitive": true, "title": "Password", "type": "string" }, "shared_secret": { "description": "Radius monitor will query Radius server with this shared secret.", "required": true, "sensitive": true, "title": "Shared secret", "type": "string" }, "username": { "description": "Radius monitor will query Radius server with this username.", "required": true, "title": "Username", "type": "string" } }, "title": "HealthMonitorRadius", "type": "object" }