We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee870af commit 606252dCopy full SHA for 606252d
1 file changed
openedx_authz/api/data.py
@@ -23,19 +23,20 @@
23
Organization = get_organization_model()
24
25
__all__ = [
26
- "UserData",
27
- "PermissionData",
+ "ActionData",
+ "ContentLibraryData",
28
+ "CourseOverviewData",
29
"GroupingPolicyIndex",
30
+ "OrgCourseGlobData",
31
+ "OrgGlobData",
32
+ "OrgLibraryGlobData",
33
+ "PermissionData",
34
"PolicyIndex",
- "ActionData",
35
"RoleAssignmentData",
36
"RoleData",
37
"ScopeData",
38
"SubjectData",
- "ContentLibraryData",
- "CourseOverviewData",
- "OrgLibraryGlobData",
- "OrgCourseGlobData",
39
+ "UserData",
40
]
41
42
AUTHZ_POLICY_ATTRIBUTES_SEPARATOR = "^"
0 commit comments