# Group\_Authorities (Platform Only)

## *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. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-director/reference/copystorm-director-database/group_authorities-platform-only.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
