-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
26 lines (26 loc) · 712 Bytes
/
Copy pathconfig.json
File metadata and controls
26 lines (26 loc) · 712 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
{
"Access Intervals": 120,
"Access Duration": 600,
"Access Delay": 1200,
"Recovery Duration": 1200,
"History Access Duration": 1200,
"History Duration": 36000,
"Log Path": "log/",
"Log Level": 3,
"Client Id": "",
"Client Secret": "",
"Tenant Id": "",
"Api Base Url": "https://main.iam.ad.ext.azure.com/api/MsGraph/v1.0/",
"Endpoints": [
{
"Name": "SignIns",
"Endpoint path": "auditLogs/signIns",
"Timefield name": "createdDateTime"
},
{
"Name": "DirectoryAudits",
"Endpoint path": "auditLogs/directoryAudits",
"Timefield name": "activityDateTime"
}
]
}