Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhack committed Aug 9, 2024
1 parent 48615fb commit 1176c48
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions config/monkey365.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"title": "Monkey365 config file",
"version": {
"Monkey365Version": "0.91.1-beta"
},
"httpSettings": {
"userAgent": ""
},
Expand Down Expand Up @@ -54,22 +51,6 @@
}
]
},
"excelSettings": {
"ReportName": "Monkey365 Dump Data",
"HyperLinkcompanyName": "https://silverhack.github.io/monkey365/",
"CompanyLogo": "images/MonkeyLogo.png",
"CompanyLogoFront": "images/MonkeyLogo.png",
"CompanyUserTopLeft": "",
"dumpformat": "core/office/dumpformat",
"Debug": "false",
"tableFormatting": {
"Style": "TableStyleDark3"
},
"HeaderStyle": {
"1033": "Heading 3",
"3082": "Título 3"
}
},
"o365": {
"licenseInfo": "core/utils/licenses/licenses.json",
"SharePointOnline": {
Expand Down Expand Up @@ -107,6 +88,23 @@
"enabled": "false",
"AuditLogDaysAgo": "-7"
},
"mgGraph":{
"useMgGraph": "false",
"scopes": [
"User.Read.All",
"Policy.Read.All",
"Organization.Read.All",
"RoleManagement.Read.Directory",
"GroupMember.Read.All",
"Directory.Read.All",
"PrivilegedEligibilitySchedule.Read.AzureADGroup",
"PrivilegedAccess.Read.AzureADGroup",
"RoleManagementPolicy.Read.AzureADGroup",
"Group.Read.All",
"SecurityEvents.Read.All",
"IdentityRiskEvent.Read.All"
]
},
"provider": {
"graph":{
"api_version": "1.6",
Expand All @@ -116,7 +114,7 @@
"GetManagedApplicationsByPrincipalId": "true"
},
"msgraph":{
"api_version": "V1.0"
"api_version": "beta"
}
}
},
Expand Down

0 comments on commit 1176c48

Please sign in to comment.