Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::ValidationCA.
Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate_provider_instance
def certificate_provider_instance() -> ::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
Returns
- (::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.
#certificate_provider_instance=
def certificate_provider_instance=(value) -> ::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
Parameter
- value (::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.
Returns
- (::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
def grpc_endpoint() -> ::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint
Returns
- (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the CA certificate.
#grpc_endpoint=
def grpc_endpoint=(value) -> ::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint
Parameter
- value (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the CA certificate.
Returns
- (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the CA certificate.