OBJECT
DashboardDefault
link GraphQL Schema definition
- type DashboardDefault implements Node {
- # category represents a unique dashboard type can take any form as consumer/UI
- # pleases
- String! :
- # CSP user who created dashboard
- User! :
- # Timestamp at which dashboard is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # csp project entity in which the default dashboard will be set
- Entity :
- # unique identifier for the dashboard
- String! :
- # indicates if dashboard is visible at an org level or for a user
- DashboardDefaultType! :
- # Opaque global node ID
- ID! :
- # Timestamp at which dashboard is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # CSP user who updated dashboard
- User :
- }