Skip to content

Commit

Permalink
Merge pull request #976 from microsoftgraph/permissions-update/2025-0…
Browse files Browse the repository at this point in the history
…1-23

Weekly Permissions sync 2025-01-23
  • Loading branch information
andrueastman authored Jan 23, 2025
2 parents 8d81950 + 7a06e83 commit 61c1b95
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2740,9 +2740,9 @@
"GET"
],
"paths": {
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application"
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application"
}
},
{
Expand All @@ -2754,9 +2754,9 @@
"GET"
],
"paths": {
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application"
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application"
}
},
{
Expand Down Expand Up @@ -2899,12 +2899,13 @@
"Application"
],
"methods": [
"GET",
"POST"
],
"paths": {
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveProtectionUnits": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application"
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application"
}
},
{
Expand All @@ -2914,12 +2915,13 @@
],
"methods": [
"DELETE",
"GET",
"PATCH"
],
"paths": {
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveProtectionUnits/{inclusionRuleId}": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application"
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application"
}
},
{
Expand All @@ -2931,12 +2933,12 @@
"POST"
],
"paths": {
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application"
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/solutions/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application",
"/solutions/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application"
}
},
{
Expand Down

0 comments on commit 61c1b95

Please sign in to comment.