Class: Google::Cloud::NetworkSecurity::V1beta1::ValidationCA

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/tls.rb

Overview

Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider_instance::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance

Returns The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 45

class ValidationCA
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#grpc_endpoint::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint

Returns gRPC specific configuration to access the gRPC server to obtain the CA certificate.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 45

class ValidationCA
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end