forked from permitio/opal-example-policy-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcedarentities.json
45 lines (42 loc) · 832 Bytes
/
cedarentities.json
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
[
{
"uid": {
"type": "Lunar::User",
"id": "alice"
},
"attrs": {
},
"parents": []
},
{
"uid": {
"type": "Lunar::OrganisationParty",
"id": "bob"
},
"attrs": {
"organisation": "aperture-science",
"roles": [ "coworker"]
},
"parents": []
},
{
"uid": {
"type": "Lunar::OrganisationParty",
"id": "charlie"
},
"attrs": {
"organisation": "aperture-science",
"roles": ["owner"]
},
"parents": []
},
{
"uid": {
"type": "Lunar::Organisation",
"id": "aperture-science"
},
"attrs": {
},
"parents": []
}
]