-
Notifications
You must be signed in to change notification settings - Fork 1
/
policy.json
36 lines (36 loc) · 1020 Bytes
/
policy.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
{
"id": 4493,
"preference": [
{
"rule": {
"exp_date": "0000-01-01T00:00:00.000Z",
"purpose": {
"excluded": [
"*.Phone.*"
],
"permitted": [
"*.Direct.*"
]
},
"transformation": [
{
"attribute": "temperature",
"tr_func": "minmax_hourly"
}
],
"utilizer": {
"excluded": [
"*.Business.*",
"*.Charite"
],
"permitted": [
"*.Non-Profit.*",
"*.Research.*",
"*.University.TU Berlin"
]
},
"valid_from": "2017-10-09T00:00:00.000Z"
}
}
]
}