ManagedCertificateParametersResponse

data class ManagedCertificateParametersResponse(val expirationDate: String, val subject: String, val type: String)

Managed Certificate used for https

Constructors

Link copied to clipboard
constructor(expirationDate: String, subject: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate expiration date.

Link copied to clipboard

Subject name in the certificate.

Link copied to clipboard

The type of the secret resource. Expected value is 'ManagedCertificate'.