Skip to content
Open
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
146 changes: 146 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29619,6 +29619,152 @@
"ownerSecurityGroup": "ihxhealth"
}
},
"IdentityNotifications.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read identity notification settings and templates",
"adminDescription": "Allows the app to read identity notification settings, email templates, and prerequisites on behalf of the signed-in user.",
"userDisplayName": "Read identity notification settings and templates",
"userDescription": "Allows the app to read identity notification settings and email templates that you have access to.",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read all identity notification settings and templates",
"adminDescription": "Allows the app to read identity notification settings, email templates, and prerequisites without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/admin/identityAdminNotifications": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates/{id}": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/admin/identityAdminNotifications/emailTemplates/{id}/preview": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/getPrerequisites": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "iganotificationdev"
}
},
"IdentityNotifications.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write identity notification settings and templates",
"adminDescription": "Allows the app to read and write identity notification settings, customize email templates, and send test emails on behalf of the signed-in user.",
"userDisplayName": "Read and write identity notification settings and templates",
"userDescription": "Allows the app to read and write identity notification settings and customize email templates that you have access to.",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read and write all identity notification settings and templates",
"adminDescription": "Allows the app to read and write identity notification settings, customize email templates, and send test emails without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/admin/identityAdminNotifications": "",
"/admin/identityAdminNotifications/emailTemplates": "",
"/admin/identityAdminNotifications/emailTemplates/{id}": "",
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations": "",
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": ""
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PATCH"
],
"paths": {
"/admin/identityAdminNotifications": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PUT"
],
"paths": {
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"DELETE"
],
"paths": {
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/admin/identityAdminNotifications/emailTemplates/{id}/preview": "",
"/admin/identityAdminNotifications/emailTemplates/{id}/resetToDefault": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/emailTemplates/{id}/sendTest": "least=DelegatedWork,Application",
"/admin/identityAdminNotifications/getPrerequisites": "",
"/admin/identityAdminNotifications/sendTestEmail": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "iganotificationdev"
}
},
"IdentityProvider.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
38 changes: 30 additions & 8 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7626,33 +7626,37 @@
],
"IdentityNotifications.Read.All": [
{
"id": "59cd3e28-aa9c-4f72-a734-1b592eb06853",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "52ced3dd-dbb6-41a0-9ce5-61a056be97b8",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"IdentityNotifications.ReadWrite.All": [
{
"id": "c9c9fdea-4ecc-4d82-a2ea-3feff3489275",
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "d9fe7b9f-cb27-4289-9cb4-54debd9d3c25",
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
Expand Down Expand Up @@ -8560,6 +8564,24 @@
"resourceAppId": ""
}
],
"MS-BrandingMigration.ReadWrite.All": [
{
"id": "",
"scheme": "Application",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
"scheme": "DelegatedWork",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"MS-NotificationDeliveryStatus.Read": [
{
"id": "27be99ba-126e-4761-b2f5-c57f031ed705",
Expand Down