Skip to content

Commit aef7e95

Browse files
Weekly Permissions sync 2024-09-11 (#770)
* Weekly Permissions sync 2024-09-11 * Remove duplicate path --------- Co-authored-by: Millicent Achieng <[email protected]>
1 parent 619ef1f commit aef7e95

File tree

2 files changed

+188
-8
lines changed

2 files changed

+188
-8
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,29 +4005,29 @@
40054005
"scheme": "DelegatedWork",
40064006
"environment": "public",
40074007
"isEnabled": true,
4008-
"isHidden": true,
4008+
"isHidden": false,
40094009
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40104010
},
40114011
{
40124012
"scheme": "Application",
40134013
"environment": "public",
40144014
"isEnabled": true,
4015-
"isHidden": true,
4015+
"isHidden": false,
40164016
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40174017
}
40184018
],
40194019
"SecurityIdentitiesHealth.ReadWrite.All": [
40204020
{
40214021
"scheme": "DelegatedWork",
40224022
"environment": "public",
4023-
"isHidden": true,
4023+
"isHidden": false,
40244024
"isEnabled": true,
40254025
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40264026
},
40274027
{
40284028
"scheme": "Application",
40294029
"environment": "public",
4030-
"isHidden": true,
4030+
"isHidden": false,
40314031
"isEnabled": true,
40324032
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40334033
}
@@ -4037,29 +4037,29 @@
40374037
"scheme": "DelegatedWork",
40384038
"environment": "public",
40394039
"isEnabled": true,
4040-
"isHidden": true,
4040+
"isHidden": false,
40414041
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40424042
},
40434043
{
40444044
"scheme": "Application",
40454045
"environment": "public",
40464046
"isEnabled": true,
4047-
"isHidden": true,
4047+
"isHidden": false,
40484048
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40494049
}
40504050
],
40514051
"SecurityIdentitiesSensors.ReadWrite.All": [
40524052
{
40534053
"scheme": "DelegatedWork",
40544054
"environment": "public",
4055-
"isHidden": true,
4055+
"isHidden": false,
40564056
"isEnabled": true,
40574057
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40584058
},
40594059
{
40604060
"scheme": "Application",
40614061
"environment": "public",
4062-
"isHidden": true,
4062+
"isHidden": false,
40634063
"isEnabled": true,
40644064
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
40654065
}

permissions/new/permissions.json

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36893,6 +36893,186 @@
3689336893
"ownerSecurityGroup": "secgraphschema"
3689436894
}
3689536895
},
36896+
"SecurityIdentitiesHealth.Read.All": {
36897+
"schemes": {
36898+
"DelegatedWork": {
36899+
"adminDisplayName": "Read identity security health issues",
36900+
"adminDescription": "Allows the app to read all the identity security health issues of signed user",
36901+
"userDisplayName": "Read identity security health issues",
36902+
"userDescription": "Allows the app to read all the identity security health issues on your behalf.",
36903+
"requiresAdminConsent": true,
36904+
"privilegeLevel": 3
36905+
},
36906+
"Application": {
36907+
"adminDisplayName": "Read all identity security health issues",
36908+
"adminDescription": "Allows the app to read all the identity security health issues without a signed-in user.",
36909+
"requiresAdminConsent": true,
36910+
"privilegeLevel": 4
36911+
}
36912+
},
36913+
"pathSets": [
36914+
{
36915+
"schemeKeys": [
36916+
"DelegatedWork",
36917+
"Application"
36918+
],
36919+
"methods": [
36920+
"GET"
36921+
],
36922+
"paths": {
36923+
"/security/identities/healthIssues": "least=DelegatedWork,Application",
36924+
"/security/identities/healthIssues/{id}": "least=DelegatedWork,Application"
36925+
}
36926+
}
36927+
],
36928+
"ownerInfo": {
36929+
"ownerSecurityGroup": "tri-msgraph"
36930+
}
36931+
},
36932+
"SecurityIdentitiesHealth.ReadWrite.All": {
36933+
"schemes": {
36934+
"DelegatedWork": {
36935+
"adminDisplayName": "Read and write identity security health issues",
36936+
"adminDescription": "Allows the app to read and write identity security health issues on behalf of the signed-in user.",
36937+
"userDisplayName": "Read and write identity security health issues",
36938+
"userDescription": "Allows the app to read and write identity security health issues on your behalf.",
36939+
"requiresAdminConsent": true,
36940+
"privilegeLevel": 3
36941+
},
36942+
"Application": {
36943+
"adminDisplayName": "Read and write all identity security health issues",
36944+
"adminDescription": "Allows the app to read and write identity security health issues without a signed-in user.",
36945+
"requiresAdminConsent": true,
36946+
"privilegeLevel": 4
36947+
}
36948+
},
36949+
"pathSets": [
36950+
{
36951+
"schemeKeys": [
36952+
"DelegatedWork",
36953+
"Application"
36954+
],
36955+
"methods": [
36956+
"PATCH"
36957+
],
36958+
"paths": {
36959+
"/security/identities/healthIssues/{id}": "least=DelegatedWork,Application"
36960+
}
36961+
},
36962+
{
36963+
"schemeKeys": [
36964+
"DelegatedWork",
36965+
"Application"
36966+
],
36967+
"methods": [
36968+
"GET"
36969+
],
36970+
"paths": {
36971+
"/security/identities/healthIssues": "",
36972+
"/security/identities/healthIssues/{id}": ""
36973+
}
36974+
}
36975+
],
36976+
"ownerInfo": {
36977+
"ownerSecurityGroup": "tri-msgraph"
36978+
}
36979+
},
36980+
"SecurityIdentitiesSensors.Read.All": {
36981+
"schemes": {
36982+
"DelegatedWork": {
36983+
"adminDisplayName": "Read identity security sensors",
36984+
"adminDescription": "Allows the app to read all the identity security sensors of signed user",
36985+
"userDisplayName": "Read identity security sensors",
36986+
"userDescription": "Allows the app to read all the identity security sensors on your behalf.",
36987+
"requiresAdminConsent": true,
36988+
"privilegeLevel": 3
36989+
},
36990+
"Application": {
36991+
"adminDisplayName": "Read all identity security sensors",
36992+
"adminDescription": "Allows the app to read all the identity security sensors without a signed-in user.",
36993+
"requiresAdminConsent": true,
36994+
"privilegeLevel": 4
36995+
}
36996+
},
36997+
"pathSets": [
36998+
{
36999+
"schemeKeys": [
37000+
"DelegatedWork",
37001+
"Application"
37002+
],
37003+
"methods": [
37004+
"GET"
37005+
],
37006+
"paths": {
37007+
"/security/identities/sensors": "least=DelegatedWork,Application",
37008+
"/security/identities/sensors/{id}": "least=DelegatedWork,Application",
37009+
"/security/identities/sensors/getDeploymentPackageUri": "least=DelegatedWork,Application"
37010+
}
37011+
}
37012+
],
37013+
"ownerInfo": {
37014+
"ownerSecurityGroup": "tri-msgraph"
37015+
}
37016+
},
37017+
"SecurityIdentitiesSensors.ReadWrite.All": {
37018+
"schemes": {
37019+
"DelegatedWork": {
37020+
"adminDisplayName": "Read and write identity security sensors",
37021+
"adminDescription": "Allows the app to read and write identity security sensors on behalf of the signed-in user.",
37022+
"userDisplayName": "Read and write identity security sensors",
37023+
"userDescription": "Allows the app to read and write identity security sensors on your behalf.",
37024+
"requiresAdminConsent": true,
37025+
"privilegeLevel": 3
37026+
},
37027+
"Application": {
37028+
"adminDisplayName": "Read and write all identity security sensors",
37029+
"adminDescription": "Allows the app to read and write identity security sensors without a signed-in user.",
37030+
"requiresAdminConsent": true,
37031+
"privilegeLevel": 4
37032+
}
37033+
},
37034+
"pathSets": [
37035+
{
37036+
"schemeKeys": [
37037+
"DelegatedWork",
37038+
"Application"
37039+
],
37040+
"methods": [
37041+
"PATCH"
37042+
],
37043+
"paths": {
37044+
"/security/identities/sensors/{id}": "least=DelegatedWork,Application"
37045+
}
37046+
},
37047+
{
37048+
"schemeKeys": [
37049+
"DelegatedWork",
37050+
"Application"
37051+
],
37052+
"methods": [
37053+
"POST"
37054+
],
37055+
"paths": {
37056+
"/security/identities/sensors/regenerateDeploymentAccessKey": "least=DelegatedWork,Application"
37057+
}
37058+
},
37059+
{
37060+
"schemeKeys": [
37061+
"DelegatedWork",
37062+
"Application"
37063+
],
37064+
"methods": [
37065+
"GET"
37066+
],
37067+
"paths": {
37068+
"/security/identities/sensors/getDeploymentAccessKey": "least=DelegatedWork,Application"
37069+
}
37070+
}
37071+
],
37072+
"ownerInfo": {
37073+
"ownerSecurityGroup": "tri-msgraph"
37074+
}
37075+
},
3689637076
"SecurityIncident.Read.All": {
3689737077
"schemes": {
3689837078
"DelegatedWork": {

0 commit comments

Comments
 (0)