class Google::Apis::NetworksecurityV1beta1::ValidationCa
Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.
Attributes
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. Corresponds to the JSON property `certificateProviderInstance` @return [Google::Apis::NetworksecurityV1beta1::CertificateProviderInstance]
Specification of the GRPC Endpoint. Corresponds to the JSON property `grpcEndpoint` @return [Google::Apis::NetworksecurityV1beta1::GoogleCloudNetworksecurityV1beta1GrpcEndpoint]
Public Class Methods
# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 1218 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 1223 def update!(**args) @certificate_provider_instance = args[:certificate_provider_instance] if args.key?(:certificate_provider_instance) @grpc_endpoint = args[:grpc_endpoint] if args.key?(:grpc_endpoint) end