Group_Authorities Table (Platform Only)
TheĀ Group_Authorities table defines authorities (permissions) assigned to specific groups within the application. Each record links a group to a particular authority, enabling role-based access control at the group level.
The following table describes each field in theĀ Group_Authorities table:
| Column Name | Data Type | Required | Description |
|---|---|---|---|
| group_id | integer | Yes | The unique identifier for the group associated with an authority. |
| authority | varchar | Yes | The permission associated with a specific group. |
Available Authorities
The following table describes available authorities within the application including a description.
| Authority | Description |
|---|---|
| COPYSTORM_INVOKE | Launch CopyStorm application permission. |
| COPYSTORM_CONFIGURE | Update CopyStorm configuration file permission. |
| RESTORE_RUN | Execute CopyStorm/Restore processes permission. |
| RESTORE_INVOKE | Launch CopyStorm/Restore application permission. |
| RESTORE_CONFIGURE | Update CopyStorm/Restore configuration file permission. |
| RESTORE_DEPLOY_METADATA | Deploy metadata in CopyStorm/Restore permission. |
| MEDIC_RUN | Execute CopyStorm/Medic tool permission. |
| MEDIC_INVOKE | Launch CopyStorm/Medic application permission. |
| MEDIC_CONFIGURE | Update CopyStorm/Medic configuration file permission. |
| DIRECTOR_RUN | Execute CopyStorm/Director actions permission. |
| DIRECTOR_CONFIGURE | Update CopyStorm/Director configuration permission. |
| DIRECTOR_USER_ADMIN | Ability to navigate to the “Access Control” tab in CopyStorm/Director |
| ODATA_VIEW_DATA | Access to the Data Viewer permission. |
| DATABASE_MANAGEMENT | Access to the “Database Management” tab permission. |
| SALESFORCE_CREDENTIAL_CONFIGURE | Access to the “Salesforce Credentials” tab permission. |
| DATABASE_CREDENTIAL_CONFIGURE | Access to the “Database Credentials” tab permission. |
| QUICKSTART_WIZARD_CONFIGURE | Ability configure best practice wizards (Quick Start, Snowpark Setup, etc.) |
| ODATA_VIEW_DATA_PROD | Access to the Data Viewer to view production data. |
| RESTORE_PROD | Ability to restore data in CopyStorm/Restore to a production Salesforce instance. |
| MEDIC_PROD | Ability to execute CopyStorm/Medic tools against a production Salesforce instance. |