Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3676,6 +3676,36 @@
"resourceAppId": ""
}
],
"Device.ProvisionForVDI" : [
{
"id": "f2a0b1c4-5d3e-4b8c-9f6d-7a0e1f2b3c5e",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000000-0000-0000-0000-000000000000"
}
],
"Device-VDIProperties.ReadWrite.VDIOwned" : [
{
"id": "dd2f7ee7-5915-4d4c-8ffa-5fc3b406f514",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000000-0000-0000-0000-000000000000"
}
],
"Device.Delete.VDIOwned" : [
{
"id": "ae862c0c-586c-4ca6-8e45-3e9511f31330",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000000-0000-0000-0000-000000000000"
}
],
"Device.Read": [
{
"id": "11d4cd79-5ba5-460f-803f-e22c8ab85ccd",
Expand Down Expand Up @@ -4746,6 +4776,24 @@
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
}
],
"EngagementMeetingConversation.Read.All": [
{
"id": "2c495153-cd0e-41b4-9980-3bcecf1ca22f",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
},
{
"id": "c55541d9-2cdd-4fad-8ead-0c08fae5b0c8",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000005-0000-0ff1-ce00-000000000000"
}
],
"EngagementConversation.ReadWrite.All": [
{
"id": "bfbd4840-fba0-43a7-93a9-465b687e47d0",
Expand Down Expand Up @@ -5584,6 +5632,23 @@
"resourceAppId": "de247707-4e4a-47d6-89fd-3c632f870b34"
}
],
"Group-XTenantIdentitySync.Read.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}

],
"Group.Create": [
{
"id": "bf7b1a76-6e77-406b-b258-bf5c7720e98f",
Expand Down Expand Up @@ -14872,6 +14937,34 @@
"isEnabled": true,
"resourceAppId": "7c99d979-3b9c-4342-97dd-3239678fb300"
}
],
"Policy.Read.Recovery": [
{
"id": "32f0d42a-83ab-4e77-a710-5595c3999301",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
},
{
"id": "be2569a0-d5a5-42a2-a5a3-10b8dec2c367",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
}
],
"Policy.ReadWrite.Recovery": [
{
"id": "b01e5cfa-6b78-4a16-95a6-ca3b53d3dc3d",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
}
]
}
}
38 changes: 30 additions & 8 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -28543,21 +28543,23 @@
"GET"
],
"paths": {
"/networkAccess/alerts": "least=DelegatedWork,Application",
"/networkaccess/alerts/getAlertFrequencies": "least=DelegatedWork,Application",
"/networkaccess/alerts/getAlertSeveritySummaries": "least=DelegatedWork,Application",
"/networkaccess/alerts/getAlertSummaries": "least=DelegatedWork,Application",
"/networkaccess/discovery/discoveredApplicationSegments": "least=DelegatedWork,Application",
"/networkaccess/logs/remoteNetworks": "least=DelegatedWork,Application",
"/networkaccess/logs/traffic": "least=DelegatedWork,Application",
"/networkaccess/logs/traffic/{id}": "least=DelegatedWork,Application",
"/networkaccess/reports/entitiesSummaries": "least=DelegatedWork,Application",
"/networkaccess/reports/getCrossTenantSummary": "least=DelegatedWork,Application",
"/networkaccess/reports/getDestinationSummaries": "least=DelegatedWork,Application",
"/networkaccess/reports/getDeviceUsageSummary": "least=DelegatedWork,Application",
"/networkaccess/reports/getDiscoveredApplicationSegmentReport": "least=DelegatedWork,Application",
"/networkaccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application",
"/networkaccess/reports/getUserThreatReport": "least=DelegatedWork,Application",
"/networkaccess/reports/getUserThreatSummaryReport": "least=DelegatedWork,Application",
"/networkaccess/reports/transactionSummaries": "least=DelegatedWork,Application",
"/networkaccess/reports/usageProfiling": "least=DelegatedWork,Application"
"/networkaccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy={aggregatedBy})": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -28593,7 +28595,6 @@
"GET"
],
"paths": {
"/networkAccess/alerts": "least=DelegatedWork,Application",
"/networkAccess/connectivity/branches": "least=DelegatedWork,Application",
"/networkAccess/connectivity/branches/{id}": "least=DelegatedWork,Application",
"/networkAccess/connectivity/branches/{id}/connectivityConfiguration": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -28671,6 +28672,9 @@
],
"paths": {
"/networkAccess/alerts": "",
"/networkaccess/alerts/getAlertFrequencies": "",
"/networkaccess/alerts/getAlertSeveritySummaries": "",
"/networkaccess/alerts/getAlertSummaries": "",
"/networkAccess/connectivity/branches": "",
"/networkAccess/connectivity/branches/{id}": "",
"/networkAccess/connectivity/branches/{id}/connectivityConfiguration": "",
Expand All @@ -28680,6 +28684,7 @@
"/networkAccess/contentPolicies": "",
"/networkAccess/contentPolicies/{id}/policyRules": "",
"/networkAccess/contentPolicies/{id}/policyRules/{id}": "",
"/networkaccess/discovery/discoveredApplicationSegments": "",
"/networkAccess/fileDlpPolicies": "",
"/networkAccess/filteringPolicies": "",
"/networkAccess/filteringPolicies/{id}/policyRules": "",
Expand All @@ -28694,7 +28699,19 @@
"/networkAccess/forwardingProfiles": "",
"/networkAccess/forwardingProfiles/{id}": "",
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "",
"/networkaccess/logs/remoteNetworks": "",
"/networkaccess/logs/traffic": "",
"/networkaccess/logs/traffic/{id}": "",
"/networkaccess/privateAccessConfigs/{id}": "",
"/networkaccess/reports/entitiesSummaries": "",
"/networkaccess/reports/getCrossTenantSummary": "",
"/networkaccess/reports/getDestinationSummaries": "",
"/networkaccess/reports/getDeviceUsageSummary": "",
"/networkaccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "",
"/networkaccess/reports/getUserThreatReport": "",
"/networkaccess/reports/getUserThreatSummaryReport": "",
"/networkaccess/reports/transactionSummaries": "",
"/networkaccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy={aggregatedBy})": "",
"/networkAccess/securityProviderPolicies": "",
"/networkAccess/securityProviderPolicies/{id}": "",
"/networkAccess/securityProviderPolicySchemas": "",
Expand Down Expand Up @@ -30727,7 +30744,8 @@
"/organization/{id}/branding/themes/{id}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/localizations": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/localizations/{id}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/localizations/{id}/{streamObjectType}": "least=DelegatedWork,Application"
"/organization/{id}/branding/themes/{id}/localizations/{id}/{streamObjectType}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/owners": "least=DelegatedWork,Application"
}
}
],
Expand Down Expand Up @@ -30767,7 +30785,8 @@
"/organization/{id}/branding/localizations": "",
"/organization/{id}/branding/localizations/{id}": "",
"/organization/{id}/branding/themes/{id}": "",
"/organization/{id}/branding/themes/{id}/localizations/{id}": ""
"/organization/{id}/branding/themes/{id}/localizations/{id}": "",
"/organization/{id}/branding/themes/{id}/owners": ""
}
},
{
Expand All @@ -30783,7 +30802,8 @@
"/organization/{id}/branding": "least=DelegatedWork,Application",
"/organization/{id}/branding/localizations/{id}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/localizations/{id}": "least=DelegatedWork,Application"
"/organization/{id}/branding/themes/{id}/localizations/{id}": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/owners/{id}/$ref": "least=DelegatedWork,Application"
}
},
{
Expand All @@ -30797,7 +30817,8 @@
"paths": {
"/organization/{id}/branding/localizations": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/localizations": "least=DelegatedWork,Application"
"/organization/{id}/branding/themes/{id}/localizations": "least=DelegatedWork,Application",
"/organization/{id}/branding/themes/{id}/owners/$ref": "least=DelegatedWork,Application"
}
},
{
Expand Down Expand Up @@ -38770,7 +38791,8 @@
"POST"
],
"paths": {
"/security/collaboration/analyzedEmails/remediate": "least=Application"
"/security/collaboration/analyzedEmails/remediate": "least=Application",
"/security/collaboration/analyzedEmails/setVerdict": "least=Application"
}
},
{
Expand Down
Loading