| Name | Type | Description | Notes |
|---|---|---|---|
| cert_config_map | str | CertConfigMap is a configmap reference, containing a Certificate Authority(CA) public key, and a base64 encoded pem certificate | [optional] |
| secret_ref | str | SecretRef A Secret reference, the secret should contain accessKeyId (user name) base64 encoded, and secretKey (password) also base64 encoded | [optional] |
| url | str | URL is the URL of the http(s) endpoint |