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.v1.Kubernetes.Subject.AuthType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTH_TYPE_UNSPECIFIED |
Authentication is not specified. |
AUTH_TYPE_UNSPECIFIED_VALUE |
Authentication is not specified. |
GROUP |
Collection of users. |
GROUP_VALUE |
Collection of users. |
SERVICEACCOUNT |
Users managed by Kubernetes API with credentials stored as secrets. |
SERVICEACCOUNT_VALUE |
Users managed by Kubernetes API with credentials stored as secrets. |
UNRECOGNIZED |
|
USER |
User with valid certificate. |
USER_VALUE |
User with valid certificate. |
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() |