forked from Twingate-Labs/tg-group-profile-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile_config.json
More file actions
39 lines (39 loc) · 814 Bytes
/
profile_config.json
File metadata and controls
39 lines (39 loc) · 814 Bytes
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
{
"profiles": [
{
"profileName": "Example One Of Profile 1",
"profileType": "oneOf",
"groups": [
"Prod",
"Preprod",
"Testing"
],
"applicableToGroup": "Everyone"
},
{
"profileName": "Example One Of Profile 2",
"profileType": "oneOf",
"groups": [
"US",
"EU",
"ASIA"
],
"applicableToGroup": "Everyone"
},
{
"profileName": "Example Self-Serve Business Approvals",
"profileType": "selfServeApproval",
"groups": [
"HR",
"Finance",
"Sales"
],
"timeOptions": ["Forever", "1h", "8h", "24h", "7d", "30d", "90d"],
"applicableToGroup": "Everyone",
"approverGroup": "IT"
}
],
"groupPermissions": {
"Prod": "Admin"
}
}