GetAdditionalCertificatesCertificate

data class GetAdditionalCertificatesCertificate(val acceleratorId: String, val certificateId: String, val domain: String, val id: String, val listenerId: String)

Constructors

Link copied to clipboard
constructor(acceleratorId: String, certificateId: String, domain: String, id: String, listenerId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the GA instance.

Link copied to clipboard

The Certificate ID.

Link copied to clipboard

The domain name specified by the certificate.

Link copied to clipboard
val id: String

The ID of the Additional Certificate. The value formats as <accelerator_id>:<listener_id>:<domain>.

Link copied to clipboard

The ID of the listener. Only HTTPS listeners support this parameter.