HttpsServerCertificateResponse

data class HttpsServerCertificateResponse(val certificateUrl: String, val provisioning: CertificateProvisioningResponse)

HTTPS server certificate configuration.

Constructors

Link copied to clipboard
constructor(certificateUrl: String, provisioning: CertificateProvisioningResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.

Link copied to clipboard

The provisioning state of the certificate.