-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinput.json
75 lines (75 loc) · 1.78 KB
/
input.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
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
{
"input":
{
"details": {},
"principal": {
"roles": [
"test-role"
],
"user": {
"createdAt": "2022-10-14T21:51:26.995274+00:00",
"description": null,
"email": "[email protected]",
"enabled": true,
"firstName": "Test",
"lastName": "Test",
"systemUser": false,
"updatedAt": "2022-10-14T21:51:26.995318+00:00",
"username": "test",
"uuid": "8fbd0d41-03af-4376-b2f6-0abc44c37364"
},
"requestedResource": {
"action": "detail",
"name": "raProfiles",
"uuids": [
"d7d5b6e6-0335-4492-a994-6120751fced1"
]
},
"permissions": {
"allowAllResources": false,
"resources": [
{
"name": "authorities",
"allowAllActions": false,
"actions": [],
"objects": [
{
"name": "EJBCA-NG-Authority",
"uuid": "279547ae-62b1-4141-8aa1-a579eb343b74",
"allow": [
"list",
"detail"
],
"deny": []
}
]
},
{
"name": "certificates",
"allowAllActions": true,
"actions": [],
"objects": []
},
{
"name": "raProfiles",
"allowAllActions": false,
"actions": [
"detail",
"list"
],
"objects": [
{
"name": "NG-RA-Profile1",
"uuid": "d7d5b6e6-0335-4492-a994-6120751fced1",
"allow": [],
"deny": [
"delete"
]
}
]
}
]
}
}
}
}