-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgsuitemdm_conf_example.json
39 lines (37 loc) · 1.17 KB
/
gsuitemdm_conf_example.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
{
"actionscope": "https://www.googleapis.com/auth/admin.directory.device.mobile",
"apiqueryorderby": "name",
"datastorequeryorderby": "Domain",
"dsnamekey": "MobileDevice",
"globaldebug": false,
"projectid": "yourproject",
"remotewipetype": "admin_account_wipe",
"searchscope": "https://www.googleapis.com/auth/admin.directory.device.mobile.readonly",
"searchtype": "all",
"sheetcredsid": "path/to/secret/manager/credential/for/writing/google/sheet",
"sheetid": "yourgooglesheetidgoeshere",
"sheetscope": "https://www.googleapis.com/auth/spreadsheets",
"sheetwho": "adminuser@yourdomain.com",
"timezone": "America/Los_Angeles",
"version": "1.0",
"domains": [
{
"domainname": "foo.com",
"companyid": "A01b02c03",
"adminuser": "adminuser@foo.com",
"secretid": "path/to/secret/manager/credential/for/this/domain"
},
{
"domainname": "bar.com",
"companyid": "B01c02d03",
"adminuser": "adminuser@bar.com",
"secretid": "path/to/secret/manager/credential/for/this/domain"
},
{
"domainname": "xyzzy.com",
"companyid": "D01e02f03",
"adminuser": "adminuser@xyzzy.com",
"secretid": "path/to/secret/manager/credential/for/this/domain"
}
]
}