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.
Note: The following fields are mutually exclusive: certificate_provider_instance, grpc_endpoint. If a field in that set is populated, all other fields in the set will automatically be cleared.
49 50 51 52 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 49 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.
Note: The following fields are mutually exclusive: grpc_endpoint, certificate_provider_instance. If a field in that set is populated, all other fields in the set will automatically be cleared.
49 50 51 52 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 49 class ValidationCA include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |