TransportAuthenticationArgs

data class TransportAuthenticationArgs(val ownCertificates: Output<List<OwnCertificateArgs>>) : ConvertibleToJava<TransportAuthenticationArgs>

Definition of the authentication mechanism for the southbound connector.

Constructors

Link copied to clipboard
constructor(ownCertificates: Output<List<OwnCertificateArgs>>)

Properties

Link copied to clipboard

Defines a reference to a secret which contains all certificates and private keys 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.

Functions

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