Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DashboardAccess.
AccessType of the dashboard.
Protobuf type google.cloud.chronicle.v1.DashboardAccess
Namespace
Google \ Cloud \ Chronicle \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DASHBOARD_ACCESS_UNSPECIFIED
Value: 0Default unspecified.
Generated from protobuf enum DASHBOARD_ACCESS_UNSPECIFIED = 0;
DASHBOARD_PRIVATE
Value: 1Private dashboards created by users/customers.
Generated from protobuf enum DASHBOARD_PRIVATE = 1;
DASHBOARD_PUBLIC
Value: 2Public dashboards created by users/customers.
Generated from protobuf enum DASHBOARD_PUBLIC = 2;