Skip to content

Commit 659d80f

Browse files
committed
simplify FAQ language
1 parent 37f3664 commit 659d80f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/segment-app/iam/labels.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Permissions can then be assigned to users in Access Management by label, on the
3737
3838
To create additional custom labels, a Workspace Owner can create new key types in the Manage Labels screen. The Workspace Owner can customize any combination of labels to mirror how resources should be partitioned in their organization.
3939

40-
For example, some organizations may prefer to restrict access on their sources and spaces by brand or product area, while other organizations may find it more useful to restrict their resources by tech stack or engineering department.
40+
For example, some organizations may restrict access to sources and spaces by brand or product area, while others might organize resources by tech stack or engineering department.
4141

42-
When you create a new key, it becomes available in the S ources page as a column type that can be used to organize sources.
42+
When you create a new key, it becomes available in the Sources page as a column type that can be used to organize sources.
4343

4444
## FAQ
4545

@@ -68,7 +68,7 @@ No. If you need to rename a label, first create a new label, assign it to all re
6868

6969
##### Can I assign multiple values from the same category to a resource?
7070

71-
No, you can assign only one value per category. This prevents confusion about permissions. For example, if a user has access to `brand:A`, it’s unclear whether they should also access sources labeled both `brand:A` and `brand:B`. To avoid this, each resource can have just one value per label category.
71+
No, each resource can have only one value per label category. This prevents confusion about permissions. For example, if a user has access to `brand:A`, it’s unclear whether they should also have access to sources labeled both `brand:A` and `brand:B`. Limiting resources to one value per category avoids this confusion.
7272

7373
##### How does assigning permissions based on labels work?
7474

@@ -91,4 +91,6 @@ Then the following users with Source Admin restricted with labels will only have
9191
| Jane | `product: car` | A, C |
9292

9393
##### Can I grant a user permissions with `OR` statements?
94-
You can only assign one set of additive labels on a per-user basis. However, to give a user who needs access to all sources labeled `brand:a` or `brand:b`, we recommend that you use Group permissions and assign this user to two separate groups, where one group has Source Admin access to `brand:a` and the other has Source Admin access to `brand:b`.
94+
95+
To grant a user access to sources labeled `brand:a` or `brand:b`, use group permissions. Create two groups: one with Source Admin access to `brand:a` and another with Source Admin access to `brand:b`, then assign the user to both groups.
96+

0 commit comments

Comments
 (0)