Enum BackendAuthenticationConfig.WellKnownRoots (0.94.0)

public enum BackendAuthenticationConfig.WellKnownRoots extends Enum<BackendAuthenticationConfig.WellKnownRoots> implements ProtocolMessageEnum

Enum to specify the well known roots to use for server certificate validation.

Protobuf enum google.cloud.networksecurity.v1.BackendAuthenticationConfig.WellKnownRoots

Implements

ProtocolMessageEnum

Static Fields

Name Description
NONE

The BackendService will only validate server certificates against roots specified in TrustConfig.

NONE = 1;

NONE_VALUE

The BackendService will only validate server certificates against roots specified in TrustConfig.

NONE = 1;

PUBLIC_ROOTS

The BackendService uses a set of well-known public roots, in addition to any roots specified in the trustConfig field, when validating the server certificates presented by the backend. Validation with these roots is only considered when the TlsSettings.sni field in the BackendService is set.

The well-known roots are a set of root CAs managed by Google. CAs in this set can be added or removed without notice.

PUBLIC_ROOTS = 2;

PUBLIC_ROOTS_VALUE

The BackendService uses a set of well-known public roots, in addition to any roots specified in the trustConfig field, when validating the server certificates presented by the backend. Validation with these roots is only considered when the TlsSettings.sni field in the BackendService is set.

The well-known roots are a set of root CAs managed by Google. CAs in this set can be added or removed without notice.

PUBLIC_ROOTS = 2;

UNRECOGNIZED
WELL_KNOWN_ROOTS_UNSPECIFIED

Equivalent to NONE.

WELL_KNOWN_ROOTS_UNSPECIFIED = 0;

WELL_KNOWN_ROOTS_UNSPECIFIED_VALUE

Equivalent to NONE.

WELL_KNOWN_ROOTS_UNSPECIFIED = 0;

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()