Class: Google::Cloud::NetworkSecurity::V1beta1::ServerTlsPolicy::MTLSPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::ServerTlsPolicy::MTLSPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb
Overview
Specification of the MTLSPolicy.
Instance Attribute Summary collapse
-
#client_validation_ca ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::ValidationCA>
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
Instance Attribute Details
#client_validation_ca ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::ValidationCA>
Returns Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
75 76 77 78 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 75 class MTLSPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |