Skip to content

Commit fbd5710

Browse files
variable api note and rbac page update
1 parent f360fd7 commit fbd5710

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

modules/ROOT/pages/roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ UI: *Can create/edit Connections*| Allows creating, editing, and managing link:h
170170
|Data objects|API: `CAN_MANAGE_WORKSHEET_VIEWS_TABLES` +
171171
UI: *Can manage data models* |Allows users to create, edit, delete, and manage Models, Tables, and Views.
172172
|Custom variables| API: `CAN_MANAGE_VARIABLES` +
173-
UI: *Can manage variables* | Allows users to xref:variables.adoc[create and manage custom variables].
173+
UI: *Can manage variables* | Allows users to manage formula Variables in the current Org scope.
174174
|===
175175

176176

modules/ROOT/pages/variables.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ xref:variables.adoc#_get_details_of_variables[Retrieves the variables available
5050
xref:variables.adoc#_delete_a_variable[Deletes the variable] specified in the API request.
5151

5252

53+
[NOTE]
54+
====
55+
* Variable APIs for creating, deleting, searching, and assigning values can only be used by the ThoughtSpot instance administrator.
56+
* These APIs can only be used from the primary Org.
57+
====
5358
////
5459
[NOTE]
5560
====
@@ -588,4 +593,3 @@ If the API request is successful, ThoughtSpot returns a 204 response code.
588593
* For more information about using formula variables in RLS rules, see link:https://docs.thoughtspot.com/cloud/latest/rls-variables-reference[Formula variables, window=_blank].
589594
* For information about assigning security entitlements via ABAC tokens, see xref:abac_rls-variables.adoc[ABAC via RLS with formula variables].
590595
* For information about RLS rules, see link:https://docs.thoughtspot.com/cloud/latest/security-rls[RLS rules documentation, window=_blank].
591-

0 commit comments

Comments
 (0)