SharePermission
Home > @gooddata/sdk-model > SharePermission
SharePermission type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Share permission.
Hierarchy (highest → lowest): EDIT ⊃ SHARE ⊃ VIEW.
- VIEW: Open and read a dashboard. - SHARE: Includes VIEW; grant/revoke access for others. - EDIT: Includes SHARE; modify content (layout, widgets, filters) and save changes.
Signature:
export type SharePermission = "EDIT" | "SHARE" | "VIEW";