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 \ RoleMethods
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;