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
|
{
"subject_scopes": {
"role": [
"admin",
"dev"
],
"subject_security_level": [
"high",
"medium",
"low"
],
"domain": [
"ft",
"xx"
]
},
"action_scopes": {
"resource_action": [
"vm_admin",
"vm_access",
"storage_admin",
"storage_access"
],
"access": [
"write",
"read"
]
},
"object_scopes": {
"object_security_level": [
"high",
"medium",
"low"
],
"type": [
"computing",
"storage"
],
"object_id": [
"servers",
"vm1",
"vm2",
"file1",
"file2"
]
}
}
|