public enum ServerTlsPolicy.MTLSPolicy.ClientValidationMode extends Enum<ServerTlsPolicy.MTLSPolicy.ClientValidationMode> implements ProtocolMessageEnumMutual TLS certificate validation mode.
Protobuf enum
google.cloud.networksecurity.v1.ServerTlsPolicy.MTLSPolicy.ClientValidationMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW_INVALID_OR_MISSING_CLIENT_CERT |
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. |
ALLOW_INVALID_OR_MISSING_CLIENT_CERT_VALUE |
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. |
CLIENT_VALIDATION_MODE_UNSPECIFIED |
Not allowed. |
CLIENT_VALIDATION_MODE_UNSPECIFIED_VALUE |
Not allowed. |
REJECT_INVALID |
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
|
REJECT_INVALID_VALUE |
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
|
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|