File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def get_permissions_for_active_roles_in_scope(
8787 This function operates on the principle that roles defined in policies are templates
8888 that become active only when assigned to subjects with specific scopes.
8989
90- ** Role Definition vs Role Assignment:**
90+ Role Definition vs Role Assignment:
9191
9292 - Policy roles define potential permissions with namespace patterns (e.g., 'lib@*')
9393 - Actual permissions are granted only when roles are assigned to subjects with
@@ -97,7 +97,7 @@ def get_permissions_for_active_roles_in_scope(
9797 - The specific scope at assignment time ('lib@123') determines the exact
9898 resource the permissions apply to
9999
100- ** Behavior:**
100+ Behavior:
101101
102102 - Returns permissions only for roles that have been assigned to subjects
103103 - Unassigned roles (those defined in policy but not given to any subject)
You can’t perform that action at this time.
0 commit comments