CertificateProviderInstanceArgs

data class CertificateProviderInstanceArgs(val pluginInstance: Output<String>) : ConvertibleToJava<CertificateProviderInstanceArgs>

Specification of a TLS certificate provider instance. Workloads may have one or more CertificateProvider instances (plugins) and one of them is enabled and configured by specifying this message. Workloads use the values from this message to locate and load the CertificateProvider instance configuration.

Constructors

Link copied to clipboard
fun CertificateProviderInstanceArgs(pluginInstance: Output<String>)

Functions

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

Properties

Link copied to clipboard
val pluginInstance: Output<String>

Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.