Google Cloud Security Command Center V2 Client - Class Kind (1.28.0)

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

Types of Kubernetes roles.

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

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Kubernetes \ Role

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;