AssetEndpointProfilePropertiesOwnCertificatesArgs

data class AssetEndpointProfilePropertiesOwnCertificatesArgs(val certPasswordReference: Output<String>? = null, val certSecretReference: Output<String>? = null, val certThumbprint: Output<String>? = null) : ConvertibleToJava<AssetEndpointProfilePropertiesOwnCertificatesArgs>

Constructors

fun AssetEndpointProfilePropertiesOwnCertificatesArgs(certPasswordReference: Output<String>? = null, certSecretReference: Output<String>? = null, certThumbprint: Output<String>? = null)

Functions

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

Properties

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

Secret Reference Name (Pfx or Pem password)

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

Secret Reference name (cert and private key).

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

Certificate thumbprint.