Google Cloud Network Security V1beta1 Client - Class CertificateProviderInstance (0.6.4)

Reference documentation and code samples for the Google Cloud Network Security V1beta1 Client class CertificateProviderInstance.

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.

Generated from protobuf message google.cloud.networksecurity.v1beta1.CertificateProviderInstance

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ plugin_instance string

Required. 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.

getPluginInstance

Required. 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.

Returns
Type Description
string

setPluginInstance

Required. 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.

Parameter
Name Description
var string
Returns
Type Description
$this