AssignedWorkspacePermissionValue
Home > @gooddata/sdk-model > AssignedWorkspacePermissionValue
AssignedWorkspacePermissionValue variable
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.
Possible workspace permissions that can be assigned either directly or hierarchically.
Signature:
AssignedWorkspacePermissionValue: {
readonly MANAGE: "MANAGE";
readonly ANALYZE: "ANALYZE";
readonly EXPORT: "EXPORT";
readonly EXPORT_TABULAR: "EXPORT_TABULAR";
readonly EXPORT_PDF: "EXPORT_PDF";
readonly CREATE_FILTER_VIEW: "CREATE_FILTER_VIEW";
readonly VIEW: "VIEW";
readonly CREATE_AUTOMATION: "CREATE_AUTOMATION";
}