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
value
mixed
static::value
name
mixed
Constants
DASHBOARD_TYPE_UNSPECIFIED
Value: 0
Default unspecified.
Generated from protobuf enum DASHBOARD_TYPE_UNSPECIFIED = 0;
CURATED
Value: 1
Out of the box curated dashboards provided by Chronicle.
Generated from protobuf enum CURATED = 1;
PBPRIVATE
Value: 2
Private dashboards created by users/customers.
Generated from protobuf enum PRIVATE = 2;
PBPUBLIC
Value: 3
Public dashboards created by users/customers.
Generated from protobuf enum PUBLIC = 3;
CUSTOM
Value: 4
Custom dashboards
Generated from protobuf enum CUSTOM = 4;
MARKETPLACE
Value: 5
Marketplace dashboards
Generated from protobuf enum MARKETPLACE = 5;

