Roles and tables installed with Developer Sandboxes
Several types of components are installed with activation of Developer Sandboxes, including tables and user roles.
Roles installed with Developer Sandboxes
| Role title [name] | Description |
|---|---|
|
Sandbox manager [sandbox_manager] |
Manage the lifecycle of all sandboxes. |
|
Sandbox user [sandbox_user] |
Request and view sandboxes. |
Tables installed with Developer Sandboxes
- Tables that aren't explicitly mentioned in table config are shared across all sandboxes instead of copied separately.
- If you make a schema change, such as adding a column, to a shared table, the table becomes an isolated table on the sandbox that initiated the schema change.
| Table | Description |
|---|---|
|
Main Developer Sandboxes table [sys_dsb] |
Ensures controlled access to critical sandbox data and prevents unauthorized modifications. Only the admin or sandbox_manager role can read or report_view. |
|
Developer Sandboxes alias table [sys_dsb_table_alias] |
Only the admin or sandbox_manager role can read or report_view. |
|
Developer Sandboxes configuration table [sys_dsb_table_config] |
Only the admin or sandbox_manager role can read or report_view. |
|
Developer Sandboxes template configuration table [sys_dsb_template_repository] |
Admins and people with the or sandbox_manager role can create, read, update, delete, and report_view. |
|
Developer Sandboxes template management table [sys_dsb_template] |
Manages sandbox templates used for configuration and allocation. Depending on conditions, admins and people with the or sandbox_manager role can create, read, update, delete, and report_view. |
|
Developer Sandboxes message table [sys_dsb_message] |
Stores messages for sandboxes. |
| [sys_dsb_lifecycle_log] | Stores all lifecycle-related events for sandboxes along with context describing the events. |
| [sys_dsb_lifecycle_assign_log] | Stores lifecycle events describing sandbox node assignment. |
| [sys_dsb_lifecycle_create_log] | Stores lifecycle events describing the creation of a sandbox. |
| [sys_dsb_lifecycle_destroy_log] | Stores lifecycle events describing the deletion of a sandbox. |
|
[sys_dsb_query_condition] |
Stores rules for partial copy tables. |