ALBHealthMonitorAuthInfo (type)

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