IPermissionsAssignment
Home > @gooddata/sdk-backend-spi > IPermissionsAssignment
IPermissionsAssignment interface
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.
Specification of the assignees and permissions to be assigned / revoked to them.
Signature:
export interface IPermissionsAssignment
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(ALPHA) List of the users to whom the permissions are assigned / revoked. | |||
Omit<IDataSourcePermissionAssignment, "assigneeIdentifier">[] |
(ALPHA) (Optional) List of the data sources and permissions to assign / revoke to list of the assignees. | ||
Omit<IWorkspacePermissionAssignment, "assigneeIdentifier">[] |
(ALPHA) (Optional) List of the workspaces and permissions to assign / revoke to list of the assignees. |