Skip to content

Commit 1071bee

Browse files
committed
make fmt
1 parent 44f9203 commit 1071bee

File tree

1 file changed

+73
-77
lines changed

1 file changed

+73
-77
lines changed

coderd/rbac/input.json

Lines changed: 73 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,117 @@
11
{
2-
"action":"delete",
3-
"object":{
4-
"id":"bf9bba2a-dd6b-4a07-8500-1dac6ddc5171",
5-
"owner":"36e3c780-2ae3-443b-ad3c-ceb410a55d12",
6-
"org_owner":"19285bb2-022d-41c6-a7f2-8ace10825691",
7-
"type":"workspace_dormant",
8-
"acl_user_list":null,
9-
"acl_group_list":null
2+
"action": "delete",
3+
"object": {
4+
"id": "bf9bba2a-dd6b-4a07-8500-1dac6ddc5171",
5+
"owner": "36e3c780-2ae3-443b-ad3c-ceb410a55d12",
6+
"org_owner": "19285bb2-022d-41c6-a7f2-8ace10825691",
7+
"type": "workspace_dormant",
8+
"acl_user_list": null,
9+
"acl_group_list": null
1010
},
11-
"subject":{
12-
"FriendlyName":"Provisioner Daemon",
13-
"ID":"00000000-0000-0000-0000-000000000000",
14-
"Roles":[
11+
"subject": {
12+
"FriendlyName": "Provisioner Daemon",
13+
"ID": "00000000-0000-0000-0000-000000000000",
14+
"Roles": [
1515
{
16-
"name":"provisionerd",
17-
"display_name":"Provisioner Daemon",
18-
"site":[
16+
"name": "provisionerd",
17+
"display_name": "Provisioner Daemon",
18+
"site": [
1919
{
20-
"negate":false,
21-
"resource_type":"api_key",
22-
"action":"*"
20+
"negate": false,
21+
"resource_type": "api_key",
22+
"action": "*"
2323
},
2424
{
25-
"negate":false,
26-
"resource_type":"file",
27-
"action":"read"
25+
"negate": false,
26+
"resource_type": "file",
27+
"action": "read"
2828
},
2929
{
30-
"negate":false,
31-
"resource_type":"group",
32-
"action":"read"
30+
"negate": false,
31+
"resource_type": "group",
32+
"action": "read"
3333
},
3434
{
35-
"negate":false,
36-
"resource_type":"organization",
37-
"action":"read"
35+
"negate": false,
36+
"resource_type": "organization",
37+
"action": "read"
3838
},
3939
{
40-
"negate":false,
41-
"resource_type":"system",
42-
"action":"*"
40+
"negate": false,
41+
"resource_type": "system",
42+
"action": "*"
4343
},
4444
{
45-
"negate":false,
46-
"resource_type":"template",
47-
"action":"read"
45+
"negate": false,
46+
"resource_type": "template",
47+
"action": "read"
4848
},
4949
{
50-
"negate":false,
51-
"resource_type":"template",
52-
"action":"update"
50+
"negate": false,
51+
"resource_type": "template",
52+
"action": "update"
5353
},
5454
{
55-
"negate":false,
56-
"resource_type":"user",
57-
"action":"read_personal"
55+
"negate": false,
56+
"resource_type": "user",
57+
"action": "read_personal"
5858
},
5959
{
60-
"negate":false,
61-
"resource_type":"user",
62-
"action":"update_personal"
60+
"negate": false,
61+
"resource_type": "user",
62+
"action": "update_personal"
6363
},
6464
{
65-
"negate":false,
66-
"resource_type":"user",
67-
"action":"read"
65+
"negate": false,
66+
"resource_type": "user",
67+
"action": "read"
6868
},
6969
{
70-
"negate":false,
71-
"resource_type":"workspace",
72-
"action":"read"
70+
"negate": false,
71+
"resource_type": "workspace",
72+
"action": "read"
7373
},
7474
{
75-
"negate":false,
76-
"resource_type":"workspace",
77-
"action":"stop"
75+
"negate": false,
76+
"resource_type": "workspace",
77+
"action": "stop"
7878
},
7979
{
80-
"negate":false,
81-
"resource_type":"workspace",
82-
"action":"start"
80+
"negate": false,
81+
"resource_type": "workspace",
82+
"action": "start"
8383
},
8484
{
85-
"negate":false,
86-
"resource_type":"workspace",
87-
"action":"update"
85+
"negate": false,
86+
"resource_type": "workspace",
87+
"action": "update"
8888
},
8989
{
90-
"negate":false,
91-
"resource_type":"workspace",
92-
"action":"delete"
90+
"negate": false,
91+
"resource_type": "workspace",
92+
"action": "delete"
9393
},
9494
{
95-
"negate":false,
96-
"resource_type":"workspace_dormant",
97-
"action":"read"
95+
"negate": false,
96+
"resource_type": "workspace_dormant",
97+
"action": "read"
9898
},
9999
{
100-
"negate":false,
101-
"resource_type":"workspace_dormant",
102-
"action":"update"
100+
"negate": false,
101+
"resource_type": "workspace_dormant",
102+
"action": "update"
103103
},
104104
{
105-
"negate":false,
106-
"resource_type":"workspace_dormant",
107-
"action":"stop"
105+
"negate": false,
106+
"resource_type": "workspace_dormant",
107+
"action": "stop"
108108
}
109109
],
110-
"org":{
111-
112-
},
113-
"user":[
114-
115-
]
110+
"org": {},
111+
"user": []
116112
}
117113
],
118-
"Groups":null,
119-
"Scope":"all"
114+
"Groups": null,
115+
"Scope": "all"
120116
}
121117
}

0 commit comments

Comments
 (0)