Class: Google::Cloud::NetworkSecurity::V1beta1::ValidationCA
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::ValidationCA
- 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
-
#certificate_provider_instance ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
-
#grpc_endpoint ⇒ ::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint
GRPC specific configuration to access the gRPC server to obtain the CA certificate.
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.
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.
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 |