CertificatePropertiesArgs

data class CertificatePropertiesArgs(val certificate: Output<String>? = null, val isVerified: Output<Boolean>? = null) : ConvertibleToJava<CertificatePropertiesArgs>

The description of an X509 CA Certificate.

Constructors

Link copied to clipboard
constructor(certificate: Output<String>? = null, isVerified: Output<Boolean>? = null)

Properties

Link copied to clipboard
val certificate: Output<String>? = null

base-64 representation of X509 certificate .cer file or just .pem file content.

Link copied to clipboard
val isVerified: Output<Boolean>? = null

Determines whether certificate has been verified.

Functions

Link copied to clipboard
open override fun toJava(): CertificatePropertiesArgs