Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy.
Specification of the MTLSPolicy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#client_validation_ca
def client_validation_ca() -> ::Array<::Google::Cloud::NetworkSecurity::V1::ValidationCA>-
(::Array<::Google::Cloud::NetworkSecurity::V1::ValidationCA>) — Required if the policy is to be used with Traffic Director. For
Application Load Balancers it must be empty.
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
#client_validation_ca=
def client_validation_ca=(value) -> ::Array<::Google::Cloud::NetworkSecurity::V1::ValidationCA>-
value (::Array<::Google::Cloud::NetworkSecurity::V1::ValidationCA>) — Required if the policy is to be used with Traffic Director. For
Application Load Balancers it must be empty.
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
-
(::Array<::Google::Cloud::NetworkSecurity::V1::ValidationCA>) — Required if the policy is to be used with Traffic Director. For
Application Load Balancers it must be empty.
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
#client_validation_mode
def client_validation_mode() -> ::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy::ClientValidationMode-
(::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy::ClientValidationMode) — When the client presents an invalid certificate or no certificate to the
load balancer, the
client_validation_modespecifies how the client connection is handled.Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.
#client_validation_mode=
def client_validation_mode=(value) -> ::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy::ClientValidationMode-
value (::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy::ClientValidationMode) — When the client presents an invalid certificate or no certificate to the
load balancer, the
client_validation_modespecifies how the client connection is handled.Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.
-
(::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy::MTLSPolicy::ClientValidationMode) — When the client presents an invalid certificate or no certificate to the
load balancer, the
client_validation_modespecifies how the client connection is handled.Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.
#client_validation_trust_config
def client_validation_trust_config() -> ::String-
(::String) — Reference to the TrustConfig from certificatemanager.googleapis.com
namespace.
If specified, the chain validation will be performed against certificates configured in the given TrustConfig.
Allowed only if the policy is to be used with Application Load Balancers.
#client_validation_trust_config=
def client_validation_trust_config=(value) -> ::String-
value (::String) — Reference to the TrustConfig from certificatemanager.googleapis.com
namespace.
If specified, the chain validation will be performed against certificates configured in the given TrustConfig.
Allowed only if the policy is to be used with Application Load Balancers.
-
(::String) — Reference to the TrustConfig from certificatemanager.googleapis.com
namespace.
If specified, the chain validation will be performed against certificates configured in the given TrustConfig.
Allowed only if the policy is to be used with Application Load Balancers.