ContentCertificatePropertiesArgs

data class ContentCertificatePropertiesArgs(val content: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ContentCertificatePropertiesArgs>

Properties of certificate imported from key vault.

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, type: Output<String>)

Properties

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

The content of uploaded certificate.

Link copied to clipboard
val type: Output<String>

The type of the certificate source. Expected value is 'ContentCertificate'.

Functions

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