Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DashboardType.
Type of the dashboard.
Protobuf type google.cloud.chronicle.v1.DashboardType
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DASHBOARD_TYPE_UNSPECIFIED
Value: 0Default unspecified.
Generated from protobuf enum DASHBOARD_TYPE_UNSPECIFIED = 0;
CURATED
Value: 1Out of the box curated dashboards provided by Chronicle.
Generated from protobuf enum CURATED = 1;
PBPRIVATE
Value: 2Private dashboards created by users/customers.
Generated from protobuf enum PRIVATE = 2;
PBPUBLIC
Value: 3Public dashboards created by users/customers.
Generated from protobuf enum PUBLIC = 3;
CUSTOM
Value: 4Custom dashboards
Generated from protobuf enum CUSTOM = 4;
MARKETPLACE
Value: 5Marketplace dashboards
Generated from protobuf enum MARKETPLACE = 5;