ALBCertificateAuthority (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer CertificateAuthority object", 
  "id": "ALBCertificateAuthority", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "ca_path": {
      "description": "It is a reference to an object of type SSLKeyAndCertificate.", 
      "required": false, 
      "title": "Ca path", 
      "type": "string"
    }, 
    "name": {
      "description": "Name of the object.", 
      "required": false, 
      "title": "Name", 
      "type": "string"
    }
  }, 
  "title": "CertificateAuthority", 
  "type": "object"
}