AuthorizedCertificateArgs

data class AuthorizedCertificateArgs(val appId: Output<String>? = null, val certificateRawData: Output<CertificateRawDataArgs>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<AuthorizedCertificateArgs>

Uploads the specified SSL certificate. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun AuthorizedCertificateArgs(appId: Output<String>? = null, certificateRawData: Output<CertificateRawDataArgs>? = null, displayName: Output<String>? = null)

Functions

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

Properties

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

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

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

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.