ownCertificates

@JvmName(name = "qfxswebystmmoqqn")
suspend fun ownCertificates(value: Output<List<AssetEndpointProfilePropertiesOwnCertificatesArgs>>)
@JvmName(name = "mddgxmixfllihdor")
suspend fun ownCertificates(value: List<AssetEndpointProfilePropertiesOwnCertificatesArgs>)

Parameters

value

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.


@JvmName(name = "shbbqurlhqguntsv")
suspend fun ownCertificates(vararg values: Output<AssetEndpointProfilePropertiesOwnCertificatesArgs>)


@JvmName(name = "njuflogwcnxrkwmx")
suspend fun ownCertificates(values: List<Output<AssetEndpointProfilePropertiesOwnCertificatesArgs>>)
@JvmName(name = "uwvcmdamssqjwymr")
suspend fun ownCertificates(vararg values: AssetEndpointProfilePropertiesOwnCertificatesArgs)

Parameters

values

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.


@JvmName(name = "jbrtkrqpkdnugsmn")
suspend fun ownCertificates(argument: List<suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit>)
@JvmName(name = "iupsmkhupedgborl")
suspend fun ownCertificates(vararg argument: suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit)
@JvmName(name = "qsbgskjtiiswosba")
suspend fun ownCertificates(argument: suspend AssetEndpointProfilePropertiesOwnCertificatesArgsBuilder.() -> Unit)

Parameters

argument

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.