OwnCertificateArgs

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

Certificate or private key that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.

Constructors

Link copied to clipboard
constructor(certPasswordReference: Output<String>? = null, certSecretReference: Output<String>? = null, certThumbprint: Output<String>? = null)

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.

Functions

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