Google Cloud Security Command Center V2 Client - Class AuthType (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class AuthType.

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

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

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Kubernetes \ Subject

Methods

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;