Enum Kubernetes.Subject.AuthType (2.49.0)

public enum Kubernetes.Subject.AuthType extends Enum<Kubernetes.Subject.AuthType> implements ProtocolMessageEnum

Auth types that can be used for the subject's kind field.

Protobuf enum google.cloud.securitycenter.v2.Kubernetes.Subject.AuthType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTH_TYPE_UNSPECIFIED

Authentication is not specified.

AUTH_TYPE_UNSPECIFIED = 0;

AUTH_TYPE_UNSPECIFIED_VALUE

Authentication is not specified.

AUTH_TYPE_UNSPECIFIED = 0;

GROUP

Collection of users.

GROUP = 3;

GROUP_VALUE

Collection of users.

GROUP = 3;

SERVICEACCOUNT

Users managed by Kubernetes API with credentials stored as secrets.

SERVICEACCOUNT = 2;

SERVICEACCOUNT_VALUE

Users managed by Kubernetes API with credentials stored as secrets.

SERVICEACCOUNT = 2;

UNRECOGNIZED
USER

User with valid certificate.

USER = 1;

USER_VALUE

User with valid certificate.

USER = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()