Google Cloud Security Command Center V1 Client - Class Kind (1.19.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Kind.

Types of Kubernetes roles.

Protobuf type google.cloud.securitycenter.v1.Kubernetes.Role.Kind

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ Kubernetes \ Role

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

KIND_UNSPECIFIED

Value: 0

Role type is not specified.

Generated from protobuf enum KIND_UNSPECIFIED = 0;

ROLE

Value: 1

Kubernetes Role.

Generated from protobuf enum ROLE = 1;

CLUSTER_ROLE

Value: 2

Kubernetes ClusterRole.

Generated from protobuf enum CLUSTER_ROLE = 2;