Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class AuthType.
Auth types that can be used for Subject's kind field.
Protobuf type google.cloud.securitycenter.v1.Kubernetes.Subject.AuthType
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTH_TYPE_UNSPECIFIED
Value: 0Authentication is not specified.
Generated from protobuf enum AUTH_TYPE_UNSPECIFIED = 0;
USER
Value: 1User with valid certificate.
Generated from protobuf enum USER = 1;
SERVICEACCOUNT
Value: 2Users managed by Kubernetes API with credentials stored as Secrets.
Generated from protobuf enum SERVICEACCOUNT = 2;
GROUP
Value: 3Collection of users.
Generated from protobuf enum GROUP = 3;