Skip to content
Closed
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
29 changes: 18 additions & 11 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5391,7 +5391,7 @@
"id": "8e6ec84c-5fcd-4cc7-ac8a-2296efc0ed9b",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
}
Expand All @@ -5401,7 +5401,7 @@
"id": "c319a7df-930e-44c0-a43b-7e5e9c7f4f24",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
}
Expand All @@ -5411,9 +5411,16 @@
"id": "2dcc6599-bd30-442b-8f11-90f88ad441dc",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
},
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000003-0000-0ff1-ce00-000000000000"
}
],
"Financials.ReadWrite.All": [
Expand Down Expand Up @@ -11909,16 +11916,16 @@
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
}
],
Expand All @@ -11927,16 +11934,16 @@
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "bb2a2e3a-c5e7-4f0a-88e0-8e01fd3fc1f4"
}
],
Expand Down
250 changes: 248 additions & 2 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23406,6 +23406,148 @@
"ownerSecurityGroup": "GraphSPOApprovers"
}
},
"FileStorageContainerType.Manage.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Manage file storage container types on behalf of the signed in user",
"adminDescription": "Allows the application to manage file storage container types on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.",
"userDisplayName": "Manage file storage container types on your behalf",
"userDescription": "Allows the app to access a subset of storage container types on your behalf. You must be a SharePoint Embedded Admin or Global Admin.",
"requiresAdminConsent": false,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"POST"
],
"paths": {
"/storage/fileStorage/containerTypes": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/storage/fileStorage/containerTypes": "least=DelegatedWork",
"/storage/fileStorage/containerTypes/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"PATCH"
],
"paths": {
"/storage/fileStorage/containerTypes/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE"
],
"paths": {
"/storage/fileStorage/containerTypes/{id}": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "GraphSPOApprovers"
}
},
"FileStorageContainerTypeReg.Manage.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Manage file storage container type registrations on behalf of the signed in user",
"adminDescription": "Allows the application to manage file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.",
"userDisplayName": "Manage file storage container type registrations on your behalf",
"userDescription": "Allows the app to access a subset of storage container type registrations on your behalf. You must be a SharePoint Embedded Admin or Global Admin.",
"requiresAdminConsent": false,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"PUT"
],
"paths": {
"/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"PATCH"
],
"paths": {
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork"
}
},
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE"
],
"paths": {
"/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork",
"/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "GraphSPOApprovers"
}
},
"Financials.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down Expand Up @@ -25018,7 +25160,8 @@
],
"paths": {
"/auditlogs/signins/confirmcompromised": "least=Application",
"/auditlogs/signins/confirmsafe": "least=Application"
"/auditlogs/signins/confirmsafe": "least=Application",
"/auditlogs/signins/dismiss": "least=Application"
}
}
],
Expand Down Expand Up @@ -25187,7 +25330,8 @@
],
"paths": {
"/auditlogs/signins/confirmcompromised": "least=DelegatedWork",
"/auditlogs/signins/confirmsafe": "least=DelegatedWork"
"/auditlogs/signins/confirmsafe": "least=DelegatedWork",
"/auditlogs/signins/dismiss": "least=DelegatedWork"
}
},
{
Expand Down Expand Up @@ -29182,6 +29326,10 @@
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
"/networkAccess/threatInspectionPolicies": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
"/networkaccess/tls/externalCertificateAuthorityCertificates": "least=DelegatedWork,Application",
"/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "least=DelegatedWork,Application",
"/networkAccess/tlsInspectionPolicies": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -29276,6 +29424,10 @@
"/networkAccess/settings/crossTenantAccess": "",
"/networkaccess/settings/enrichedAuditLogs": "",
"/networkAccess/threatInspectionPolicies": "",
"/networkAccess/threatIntelligencePolicies": "",
"/networkAccess/threatIntelligencePolicies/{id}": "",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules": "",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules/{id}": "",
"/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "",
"/networkAccess/tlsInspectionPolicies": "",
"/networkAccess/tlsPolicies": ""
Expand Down Expand Up @@ -29304,6 +29456,8 @@
"/networkAccess/securityProviderPolicies": "least=DelegatedWork,Application",
"/networkAccess/securityProviders/{id}/registration": "least=DelegatedWork,Application",
"/networkAccess/threatInspectionPolicies": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules": "least=DelegatedWork,Application",
"/networkaccess/tls/externalCertificateAuthorityCertificates": "least=DelegatedWork,Application",
"/networkAccess/tlsInspectionPolicies": "least=DelegatedWork,Application",
"/networkAccess/tlsPolicies": "least=DelegatedWork,Application"
Expand Down Expand Up @@ -29334,6 +29488,8 @@
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
"/networkAccess/threatInspectionPolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
"/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "least=DelegatedWork,Application",
"/networkAccess/tlsInspectionPolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
Expand All @@ -29359,6 +29515,8 @@
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
"/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatInspectionPolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/threatIntelligencePolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application",
"/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "least=DelegatedWork,Application",
"/networkAccess/tlsInspectionPolicies/{id}": "least=DelegatedWork,Application",
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
Expand Down Expand Up @@ -40728,6 +40886,94 @@
"ownerSecurityGroup": "stickynotes"
}
},
"SignInIdentifier.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read SignInIdentifiers",
"adminDescription": "Allows the app to read your organization's sign-in identifiers, on behalf of the signed-in user.",
"userDisplayName": "Read all sign-in identifiers",
"userDescription": "Allows the app to read your organization's sign-in identifiers, on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read all sign-in identifiers",
"adminDescription": "Allows the app to read your organization's sign-in identifiers, without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/identity/signInIdentifiers": "least=DelegatedWork,Application",
"/identity/signInIdentifiers/{name}": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "cpimmsgraphadmins"
}
},
"SignInIdentifier.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write all sign-in identifiers",
"adminDescription": "Allows the app to read and write your organization's sign-in identifiers, on behalf of the signed-in user.",
"userDisplayName": "Read and write all sign-in identifiers",
"userDescription": "Allows the app to read and write your organization's sign-in identifiers, on your behalf.",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read and write all sign-in identifiers",
"adminDescription": "Allows the app to read and write your organization's sign-in identifiers, without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET",
"POST"
],
"paths": {
"/identity/signInIdentifiers": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"DELETE",
"GET",
"PATCH"
],
"paths": {
"/identity/signInIdentifiers/{name}": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "cpimmsgraphadmins"
}
},
"Sites.FullControl.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
Loading