You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/_partials/concepts/channels.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Version 3.x::
95
95
image::channel-access-grant-3.0.png["Access Control Points 3.x",400]
96
96
97
97
<1> Using the Admin REST API: +
98
-
You can provide the `admin_channels` property using the *Admin REST API* endpoint ({rest-api-admin-user-put--xref}).
98
+
You can provide the `admin_channels` property within the `collection_access` property using the *Admin REST API* endpoint ({rest-api-admin-user-put--xref}).
99
99
100
100
<2> Programmatically using Access Grant Document: +
101
101
The {sync-function--xref} provides a flexible and secure method for controlling document access and routing.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/_partials/concepts/roles.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ They enable the grouping together of {users--xref} with similar characteristics,
11
11
// end::summary[]
12
12
// tag::body[]
13
13
14
-
A Role and a user assigned to a Role is granted access to a channel, a part of collections.
15
-
The user can then access all documents assigned to that channel.
14
+
A Role and a user assigned to a role is granted to access to a channel, which is associated with a specific collection.
15
+
The user can then access all documents assigned to that channel.
16
16
When granting user access to admin channels statically, the user must specify the collection and corresponding channel.
17
17
18
18
As an entity, roles comprise a name and a list of channels.
19
19
20
-
Any user associated with a role inherits the right to access any of the channels in the role’s list. This provides a convenient way to associate multiple channels with multiple users.
20
+
Any user associated with a role inherits the right to access any of the channels in the role's list. This provides a convenient way to associate multiple channels with multiple users.
21
21
22
-
TIP: Roles have a separate namespace from users, so it’s possible to have a user and a role with the same name.
22
+
TIP: Roles have a separate namespace from users, so it's possible to have a user and a role with the same name.
<.> Here we have added the channel _RandomChannel_ to the user _Edge1User_ {configuration-schema-database--pfx--db}-users-this_user-admin_channels[databases.$db.users.$user.admin_channel]
174
+
<.> Here we have added the channels _channel1_ and `_channel3_ to the user _Edge1User_ {configuration-schema-database--pfx--db}-users-this_user-admin_channels[databases.$db.users.$user.collection_access.$scopename.$collectionname.admin_channels]
150
175
151
-
<.> Here we have added the channel _SkyChannel_ to the role _Edge2_ {configuration-schema-database--pfx--db}-roles-this_role-admin_channels[databases.$db.users.$user.admin_channel]
176
+
<.> Here we have added the channels _channel2_, _channel3_ and _SkyChannel_ to the role _Edge2_ {configuration-schema-database--pfx--db}-roles-this_role-admin_channels[databases.$db.users.$user.$collection_access.$scopename.$collectionname.$admin_channels]
0 commit comments