Skip to content

Commit bdd4959

Browse files
authored
Merge pull request #798 from microsoftgraph/permissions-update/2024-10-01
Weekly Permissions sync 2024-10-01
2 parents a96bbb0 + c18c4d1 commit bdd4959

File tree

2 files changed

+255
-6
lines changed

2 files changed

+255
-6
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,14 +5175,14 @@
51755175
{
51765176
"scheme": "DelegatedWork",
51775177
"environment": "public",
5178-
"isHidden": true,
5178+
"isHidden": false,
51795179
"isEnabled": true,
51805180
"resourceAppId": "9d4afbbc-06a4-49e0-8005-4e5afd1d4fec"
51815181
},
51825182
{
51835183
"scheme": "Application",
51845184
"environment": "public",
5185-
"isHidden": true,
5185+
"isHidden": false,
51865186
"isEnabled": true,
51875187
"resourceAppId": "9d4afbbc-06a4-49e0-8005-4e5afd1d4fec"
51885188
}
@@ -5191,14 +5191,14 @@
51915191
{
51925192
"scheme": "DelegatedWork",
51935193
"environment": "public",
5194-
"isHidden": true,
5194+
"isHidden": false,
51955195
"isEnabled": true,
51965196
"resourceAppId": "1b912ec3-a9dd-4c4d-a53e-76aa7adb28d7"
51975197
},
51985198
{
51995199
"scheme": "Application",
52005200
"environment": "public",
5201-
"isHidden": true,
5201+
"isHidden": false,
52025202
"isEnabled": true,
52035203
"resourceAppId": "1b912ec3-a9dd-4c4d-a53e-76aa7adb28d7"
52045204
}
@@ -5207,14 +5207,14 @@
52075207
{
52085208
"scheme": "DelegatedWork",
52095209
"environment": "public",
5210-
"isHidden": true,
5210+
"isHidden": false,
52115211
"isEnabled": true,
52125212
"resourceAppId": "9d4afbbc-06a4-49e0-8005-4e5afd1d4fec"
52135213
},
52145214
{
52155215
"scheme": "Application",
52165216
"environment": "public",
5217-
"isHidden": true,
5217+
"isHidden": false,
52185218
"isEnabled": true,
52195219
"resourceAppId": "9d4afbbc-06a4-49e0-8005-4e5afd1d4fec"
52205220
}

permissions/new/permissions.json

Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27484,6 +27484,255 @@
2748427484
],
2748527485
"ownerInfo": {}
2748627486
},
27487+
"NetworkAccess-Reports.Read.All": {
27488+
"schemes": {
27489+
"DelegatedWork": {
27490+
"adminDisplayName": "Read all network access reports",
27491+
"adminDescription": "Allows the app to read all network access reports on behalf of the signed-in user.",
27492+
"userDisplayName": "Read all network access reports",
27493+
"userDescription": "Allows the app to read all network access reports and configuration settings, on your behalf.",
27494+
"requiresAdminConsent": true,
27495+
"privilegeLevel": 4
27496+
},
27497+
"Application": {
27498+
"adminDisplayName": "Read all network access reports",
27499+
"adminDescription": "Allows the app to read all network access reports without a signed-in user.",
27500+
"requiresAdminConsent": true,
27501+
"privilegeLevel": 4
27502+
}
27503+
},
27504+
"pathSets": [
27505+
{
27506+
"schemeKeys": [
27507+
"DelegatedWork",
27508+
"Application"
27509+
],
27510+
"methods": [
27511+
"GET"
27512+
],
27513+
"paths": {
27514+
"/networkaccess/alerts/getAlertFrequencies": "least=DelegatedWork,Application",
27515+
"/networkaccess/alerts/getAlertSeveritySummaries": "least=DelegatedWork,Application",
27516+
"/networkaccess/discovery/discoveredApplicationSegments": "least=DelegatedWork,Application",
27517+
"/networkaccess/logs/remoteNetworks": "least=DelegatedWork,Application",
27518+
"/networkaccess/logs/traffic": "least=DelegatedWork,Application",
27519+
"/networkaccess/reports/entitiesSummaries": "least=DelegatedWork,Application",
27520+
"/networkaccess/reports/getCrossTenantSummary": "least=DelegatedWork,Application",
27521+
"/networkaccess/reports/getDestinationSummaries": "least=DelegatedWork,Application",
27522+
"/networkaccess/reports/getDeviceUsageSummary": "least=DelegatedWork,Application",
27523+
"/networkaccess/reports/getDiscoveredApplicationSegmentReport": "least=DelegatedWork,Application",
27524+
"/networkaccess/reports/getUserThreatReport": "least=DelegatedWork,Application",
27525+
"/networkaccess/reports/getUserThreatSummaryReport": "least=DelegatedWork,Application",
27526+
"/networkaccess/reports/transactionSummaries": "least=DelegatedWork,Application",
27527+
"/networkaccess/reports/usageProfiling": "least=DelegatedWork,Application"
27528+
}
27529+
}
27530+
],
27531+
"ownerInfo": {
27532+
"ownerSecurityGroup": "gsadatateams"
27533+
}
27534+
},
27535+
"NetworkAccess.Read.All": {
27536+
"schemes": {
27537+
"DelegatedWork": {
27538+
"adminDisplayName": "Read all network access information",
27539+
"adminDescription": "Allows the app to read all network access information on behalf of the signed-in user.",
27540+
"userDisplayName": "Read all network access information",
27541+
"userDescription": "Allows the app to read all network access information and configuration settings, on your behalf.",
27542+
"requiresAdminConsent": true,
27543+
"privilegeLevel": 4
27544+
},
27545+
"Application": {
27546+
"adminDisplayName": "Read all network access information",
27547+
"adminDescription": "Allows the app to read all network access information and configuration settings without a signed-in user.",
27548+
"requiresAdminConsent": true,
27549+
"privilegeLevel": 4
27550+
}
27551+
},
27552+
"pathSets": [
27553+
{
27554+
"schemeKeys": [
27555+
"DelegatedWork",
27556+
"Application"
27557+
],
27558+
"methods": [
27559+
"GET"
27560+
],
27561+
"paths": {
27562+
"/networkAccess/alerts": "least=DelegatedWork,Application",
27563+
"/networkAccess/connectivity/branches": "least=DelegatedWork,Application",
27564+
"/networkAccess/connectivity/branches/{id}": "least=DelegatedWork,Application",
27565+
"/networkAccess/connectivity/branches/{id}/connectivityConfiguration": "least=DelegatedWork,Application",
27566+
"/networkAccess/connectivity/branches/{id}/deviceLinks": "least=DelegatedWork,Application",
27567+
"/networkAccess/connectivity/branches/{id}/deviceLinks/{id}": "least=DelegatedWork,Application",
27568+
"/networkAccess/connectivity/webCategories": "least=DelegatedWork,Application",
27569+
"/networkAccess/deployments": "least=DelegatedWork,Application",
27570+
"/networkAccess/deployments/{id}": "least=DelegatedWork,Application",
27571+
"/networkAccess/filteringPolicies": "least=DelegatedWork,Application",
27572+
"/networkAccess/filteringPolicies/{id}/policyRules": "least=DelegatedWork,Application",
27573+
"/networkAccess/filteringPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27574+
"/networkAccess/filteringProfiles": "least=DelegatedWork,Application",
27575+
"/networkAccess/filteringProfiles/{id}": "least=DelegatedWork,Application",
27576+
"/networkAccess/filteringProfiles/{id}/policies": "least=DelegatedWork,Application",
27577+
"/networkAccess/forwardingPolicies": "least=DelegatedWork,Application",
27578+
"/networkAccess/forwardingPolicies/{id}": "least=DelegatedWork,Application",
27579+
"/networkAccess/forwardingPolicies/{id}/policyRules": "least=DelegatedWork,Application",
27580+
"/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27581+
"/networkAccess/forwardingProfiles": "least=DelegatedWork,Application",
27582+
"/networkAccess/forwardingProfiles/{id}": "least=DelegatedWork,Application",
27583+
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application",
27584+
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
27585+
"/networkAccess/securityProviderPolicies": "least=DelegatedWork,Application",
27586+
"/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application",
27587+
"/networkAccess/securityProviderPolicySchemas": "least=DelegatedWork,Application",
27588+
"/networkAccess/securityProviderPolicySchemas/{id}": "least=DelegatedWork,Application",
27589+
"/networkAccess/securityProviders": "least=DelegatedWork,Application",
27590+
"/networkAccess/securityProviders/{id}": "least=DelegatedWork,Application",
27591+
"/networkAccess/securityProviders/{id}/registration": "least=DelegatedWork,Application",
27592+
"/networkAccess/settings/conditionalAccess": "least=DelegatedWork,Application",
27593+
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
27594+
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
27595+
"/networkAccess/tlsPolicies": "least=DelegatedWork,Application"
27596+
}
27597+
}
27598+
],
27599+
"ownerInfo": {
27600+
"ownerSecurityGroup": "gsadatateams"
27601+
}
27602+
},
27603+
"NetworkAccess.ReadWrite.All": {
27604+
"schemes": {
27605+
"DelegatedWork": {
27606+
"adminDisplayName": "Read and write all network access information",
27607+
"adminDescription": "Allows the app to read and write all network access information and configuration settings on behalf of the signed-in user.",
27608+
"userDisplayName": "Read and write all network access information",
27609+
"userDescription": "Allows the app to read and write all network access information and configuration settings, on your behalf.",
27610+
"requiresAdminConsent": true,
27611+
"privilegeLevel": 5
27612+
},
27613+
"Application": {
27614+
"adminDisplayName": "Read and write all network access information",
27615+
"adminDescription": "Allows the app to read and write all network access information and configuration settings without a signed-in user.",
27616+
"requiresAdminConsent": true,
27617+
"privilegeLevel": 5
27618+
}
27619+
},
27620+
"pathSets": [
27621+
{
27622+
"schemeKeys": [
27623+
"DelegatedWork",
27624+
"Application"
27625+
],
27626+
"methods": [
27627+
"GET"
27628+
],
27629+
"paths": {
27630+
"/networkAccess/alerts": "",
27631+
"/networkAccess/connectivity/branches": "",
27632+
"/networkAccess/connectivity/branches/{id}": "",
27633+
"/networkAccess/connectivity/branches/{id}/connectivityConfiguration": "",
27634+
"/networkAccess/connectivity/branches/{id}/deviceLinks": "",
27635+
"/networkAccess/connectivity/branches/{id}/deviceLinks/{id}": "",
27636+
"/networkAccess/connectivity/webCategories": "",
27637+
"/networkAccess/filteringPolicies": "",
27638+
"/networkAccess/filteringPolicies/{id}/policyRules": "",
27639+
"/networkAccess/filteringPolicies/{id}/policyRules/{id}": "",
27640+
"/networkAccess/filteringProfiles": "",
27641+
"/networkAccess/filteringProfiles/{id}": "",
27642+
"/networkAccess/filteringProfiles/{id}/policies": "",
27643+
"/networkAccess/forwardingPolicies": "",
27644+
"/networkAccess/forwardingPolicies/{id}": "",
27645+
"/networkAccess/forwardingPolicies/{id}/policyRules": "",
27646+
"/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "",
27647+
"/networkAccess/forwardingProfiles": "",
27648+
"/networkAccess/forwardingProfiles/{id}": "",
27649+
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "",
27650+
"/networkaccess/privateAccessConfigs/{id}": "",
27651+
"/networkAccess/securityProviderPolicies": "",
27652+
"/networkAccess/securityProviderPolicies/{id}": "",
27653+
"/networkAccess/securityProviderPolicySchemas": "",
27654+
"/networkAccess/securityProviderPolicySchemas/{id}": "",
27655+
"/networkAccess/securityProviders": "",
27656+
"/networkAccess/securityProviders/{id}": "",
27657+
"/networkAccess/securityProviders/{id}/registration": "",
27658+
"/networkAccess/settings/conditionalAccess": "",
27659+
"/networkAccess/settings/crossTenantAccess": "",
27660+
"/networkaccess/settings/enrichedAuditLogs": "",
27661+
"/networkAccess/tlsPolicies": ""
27662+
}
27663+
},
27664+
{
27665+
"schemeKeys": [
27666+
"DelegatedWork",
27667+
"Application"
27668+
],
27669+
"methods": [
27670+
"POST"
27671+
],
27672+
"paths": {
27673+
"/networkAccess/connectivity/branches": "least=DelegatedWork,Application",
27674+
"/networkAccess/connectivity/branches/{id}/deviceLinks": "least=DelegatedWork,Application",
27675+
"/networkAccess/filteringPolicies": "least=DelegatedWork,Application",
27676+
"/networkAccess/filteringPolicies/{id}/policyRules": "least=DelegatedWork,Application",
27677+
"/networkAccess/filteringProfiles": "least=DelegatedWork,Application",
27678+
"/networkAccess/forwardingPolicies/{id}/policyRules": "least=DelegatedWork,Application",
27679+
"/networkAccess/forwardingProfiles/{id}/policies": "least=DelegatedWork,Application",
27680+
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
27681+
"/networkAccess/securityProviderPolicies": "least=DelegatedWork,Application",
27682+
"/networkAccess/securityProviders/{id}/registration": "least=DelegatedWork,Application",
27683+
"/networkAccess/tlsPolicies": "least=DelegatedWork,Application"
27684+
}
27685+
},
27686+
{
27687+
"schemeKeys": [
27688+
"DelegatedWork",
27689+
"Application"
27690+
],
27691+
"methods": [
27692+
"PATCH"
27693+
],
27694+
"paths": {
27695+
"/networkAccess/connectivity/branches/{id}": "least=DelegatedWork,Application",
27696+
"/networkAccess/connectivity/branches/{id}/deviceLinks/{id}": "least=DelegatedWork,Application",
27697+
"/networkAccess/connectivity/branches/{id}/forwardingProfiles": "least=DelegatedWork,Application",
27698+
"/networkAccess/filteringPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27699+
"/networkAccess/filteringProfiles/{id}": "least=DelegatedWork,Application",
27700+
"/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27701+
"/networkAccess/forwardingProfiles/{id}": "least=DelegatedWork,Application",
27702+
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application",
27703+
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
27704+
"/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application",
27705+
"/networkAccess/settings/conditionalAccess": "least=DelegatedWork,Application",
27706+
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
27707+
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
27708+
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
27709+
}
27710+
},
27711+
{
27712+
"schemeKeys": [
27713+
"DelegatedWork",
27714+
"Application"
27715+
],
27716+
"methods": [
27717+
"DELETE"
27718+
],
27719+
"paths": {
27720+
"/networkAccess/connectivity/branches/{id}": "least=DelegatedWork,Application",
27721+
"/networkAccess/connectivity/branches/{id}/deviceLinks/{id}": "least=DelegatedWork,Application",
27722+
"/networkAccess/filteringPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27723+
"/networkAccess/filteringProfiles/{id}": "least=DelegatedWork,Application",
27724+
"/networkAccess/forwardingPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
27725+
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application",
27726+
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
27727+
"/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application",
27728+
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
27729+
}
27730+
}
27731+
],
27732+
"ownerInfo": {
27733+
"ownerSecurityGroup": "gsadatateams"
27734+
}
27735+
},
2748727736
"Notes.Create": {
2748827737
"schemes": {
2748927738
"DelegatedWork": {

0 commit comments

Comments
 (0)