public enum ServerTlsPolicy.Types.MTLSPolicy.Types.ClientValidationModeReference documentation and code samples for the Network Security v1 API enum ServerTlsPolicy.Types.MTLSPolicy.Types.ClientValidationMode.
Mutual TLS certificate validation mode.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Fields |
|
|---|---|
| Name | Description |
AllowInvalidOrMissingClientCert |
Allow connection even if certificate chain validation of the client certificate failed or no client certificate was presented. The proof of possession of the private key is always checked if client certificate was presented. This mode requires the backend to implement processing of data extracted from a client certificate to authenticate the peer, or to reject connections if the client certificate fingerprint is missing. |
RejectInvalid |
Require a client certificate and allow connection to the backend only if validation of the client certificate passed. If set, requires a reference to non-empty TrustConfig specified in
|
Unspecified |
Not allowed. |