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
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ Kubernetes \ SubjectMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUTH_TYPE_UNSPECIFIED
Value: 0
Authentication is not specified.
Generated from protobuf enum AUTH_TYPE_UNSPECIFIED = 0;
USER
Value: 1
User with valid certificate.
Generated from protobuf enum USER = 1;
SERVICEACCOUNT
Value: 2
Users managed by Kubernetes API with credentials stored as Secrets.
Generated from protobuf enum SERVICEACCOUNT = 2;
GROUP
Value: 3
Collection of users.
Generated from protobuf enum GROUP = 3;