Network Security v1 API - Enum ServerTlsPolicy.Types.MTLSPolicy.Types.ClientValidationMode (1.0.0-beta01)

public enum ServerTlsPolicy.Types.MTLSPolicy.Types.ClientValidationMode

Reference 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.V1

Assembly

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 client_validation_trust_config.

Unspecified

Not allowed.