1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
{
"rbac_rule":[
["root_role" , "read", "authz.subjects"],
["root_role" , "read", "authz.objects"],
["root_role" , "read", "authz.actions"],
["root_role" , "read", "authz.subject_categories"],
["root_role" , "read", "authz.object_categories"],
["root_role" , "read", "authz.action_categories"],
["root_role" , "read", "authz.subject_scopes"],
["root_role" , "read", "authz.object_scopes"],
["root_role" , "read", "authz.action_scopes"],
["root_role" , "read", "authz.subject_assignments"],
["root_role" , "read", "authz.object_assignments"],
["root_role" , "read", "authz.action_assignments"],
["root_role" , "read", "authz.aggregation_algorithm"],
["root_role" , "read", "authz.sub_meta_rules"],
["root_role" , "read", "authz.rules"],
["root_role" , "write", "authz.subjects"],
["root_role" , "write", "authz.objects"],
["root_role" , "write", "authz.actions"],
["root_role" , "write", "authz.subject_categories"],
["root_role" , "write", "authz.object_categories"],
["root_role" , "write", "authz.action_categories"],
["root_role" , "write", "authz.subject_scopes"],
["root_role" , "write", "authz.object_scopes"],
["root_role" , "write", "authz.action_scopes"],
["root_role" , "write", "authz.subject_assignments"],
["root_role" , "write", "authz.object_assignments"],
["root_role" , "write", "authz.action_assignments"],
["root_role" , "write", "authz.aggregation_algorithm"],
["root_role" , "write", "authz.sub_meta_rules"],
["root_role" , "write", "authz.rules"],
["root_role" , "read", "admin.subjects"],
["root_role" , "read", "admin.objects"],
["root_role" , "read", "admin.actions"],
["root_role" , "read", "admin.subject_categories"],
["root_role" , "read", "admin.object_categories"],
["root_role" , "read", "admin.action_categories"],
["root_role" , "read", "admin.subject_scopes"],
["root_role" , "read", "admin.object_scopes"],
["root_role" , "read", "admin.action_scopes"],
["root_role" , "read", "admin.subject_assignments"],
["root_role" , "read", "admin.object_assignments"],
["root_role" , "read", "admin.action_assignments"],
["root_role" , "read", "admin.aggregation_algorithm"],
["root_role" , "read", "admin.sub_meta_rules"],
["root_role" , "read", "admin.rules"],
["root_role" , "write", "admin.subjects"],
["root_role" , "write", "admin.objects"],
["root_role" , "write", "admin.actions"],
["root_role" , "write", "admin.subject_categories"],
["root_role" , "write", "admin.object_categories"],
["root_role" , "write", "admin.action_categories"],
["root_role" , "write", "admin.subject_scopes"],
["root_role" , "write", "admin.object_scopes"],
["root_role" , "write", "admin.action_scopes"],
["root_role" , "write", "admin.subject_assignments"],
["root_role" , "write", "admin.object_assignments"],
["root_role" , "write", "admin.action_assignments"],
["root_role" , "write", "admin.aggregation_algorithm"],
["root_role" , "write", "admin.sub_meta_rules"],
["root_role" , "write", "admin.rules"],
["dev_role" , "read", "authz.subjects"],
["dev_role" , "read", "authz.objects"],
["dev_role" , "read", "authz.actions"],
["dev_role" , "read", "authz.subject_categories"],
["dev_role" , "read", "authz.object_categories"],
["dev_role" , "read", "authz.action_categories"],
["dev_role" , "read", "authz.subject_scopes"],
["dev_role" , "read", "authz.object_scopes"],
["dev_role" , "read", "authz.action_scopes"],
["dev_role" , "read", "authz.subject_assignments"],
["dev_role" , "read", "authz.object_assignments"],
["dev_role" , "read", "authz.action_assignments"],
["dev_role" , "read", "authz.aggregation_algorithm"],
["dev_role" , "read", "authz.sub_meta_rules"],
["dev_role" , "read", "authz.rules"],
["dev_role" , "read", "admin.subjects"],
["dev_role" , "read", "admin.objects"],
["dev_role" , "read", "admin.actions"],
["dev_role" , "read", "admin.subject_categories"],
["dev_role" , "read", "admin.object_categories"],
["dev_role" , "read", "admin.action_categories"],
["dev_role" , "read", "admin.subject_scopes"],
["dev_role" , "read", "admin.object_scopes"],
["dev_role" , "read", "admin.action_scopes"],
["dev_role" , "read", "admin.subject_assignments"],
["dev_role" , "read", "admin.object_assignments"],
["dev_role" , "read", "admin.action_assignments"],
["dev_role" , "read", "admin.aggregation_algorithm"],
["dev_role" , "read", "admin.sub_meta_rules"],
["dev_role" , "read", "admin.rules"]
]
}
|