RequiredWorkspacePermissions
Home > @gooddata/sdk-model > RequiredWorkspacePermissions
RequiredWorkspacePermissions 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.
Workspace permissions and their values that must be set for the pluggable application to be accessible for the currently logged user.
Signature:
export type RequiredWorkspacePermissions = Condition<Partial<IWorkspacePermissions>>;
References: Condition, IWorkspacePermissions