Manage privileges and access
Manage what users and groups are allowed to do and see in Explore.
Groups and roles
Groups and roles are how users get privileges in Explore. A role is a collection of one or more privileges, though in Explore it's typically one privilege per role. Roles are assigned to groups. When you add users to a group, they automatically get the roles of that group.
- Create, delete, and edit groups
- Add and remove roles from groups
- Add and remove users from groups
- Create new roles or edit their privileges
Add new users to Explore
Before you begin
- You must have access to manage your organization’s identity provider (IdP).
- Find the default users and groups that Guidewire has set up for your Explore instance here: Data Platform Administration Guide.
Procedure
Create and edit groups
Before you begin
Procedure
All roles
| Role | Explanation of privileges |
|---|---|
| Row-Level Security (RLS) Bypass | Create, edit, and delete RLS rules. Can choose to Bypass RLS on a model. |
| Connection Management | Edit or create connections. |
| Data Downloading | Download Answers and Liveboards. |
| Custom Calendar Management | Create, edit, or delete custom calendars. |
| Data Model Management | Create, edit, or delete models, views, or tables. |
| ThoughtSpot Sync | Use the Sync feature to set up pipelines to push data to external applications. |
| Liveboard Job Administration | Share Liveboards with others by email on a regular schedule. |
| Share With All | Share Answers and Liveboards. To share models, users must also have the Data Model Management role. |
| Liveboard Verification | Get verification request notifications and verify Liveboards. |
| SpotIQ Access | Use the SpotIQ feature. |
| Group Administration | Create, delete, and edit groups. Add and remove roles from groups. Add and remove users from groups. |
| Tag Administration | Create and delete tags. Then other people can use them to tag their Answers and Liveboards. |
| Spotter Access |
See and use the Spotter search bar on the Insights home screen. To review user feedback and coach Spotter, users need
additional permissions:
|
Privileges for Liveboards and Answers
To share an Answer or Liveboard with specific users
or groups within your organization, open the Answer or Liveboard and
select Share
. You can give them permission to
View or Edit and add a
message.
When you create and save an Answer, select Make this answer discoverable if you want other people in your organization to find it. It's discoverable by members of the same user group who have access to the Answer’s underlying data source.
Hiding data from specific groups or users
ts_groups and ts_username system
variables to write formulas that hide data from specific groups or users. Use the
variable to specify the group or user. For example, ts_groups = 'groupname'.
To hide data, you have the following options:
- Row-level security (RLS): Groups or users
- Row-level security restricts user or group access to specific rows in a table. When the user views Answers, searches data, or works with data in any way, the restricted data doesn't display.
- Mask column values in an Answer or model: Groups
- Masking hides the value of a column from certain groups. Anyone who can
create an Answer or model can mask its data by adding a formula with the
ts_groupssystem variable. To learn how, see the ThoughtSpot documentation: Data masking