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
72 changes: 0 additions & 72 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41363,78 +41363,6 @@
"ownerSecurityGroup": "tri-msgraph"
}
},
"SecurityIdentitiesAutoConfig.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read sensors window auditing configuration",
"adminDescription": "Allows the app to read the sensors window auditing configuration of the signed in user",
"userDisplayName": "Read sensors window auditing configuration",
"userDescription": "Allows the app to read the sensors window auditing configuration on your behalf",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read sensors window auditing configuration",
"adminDescription": "Allows the app to read sensors window auditing configuration without a signed-in user",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"GET"
],
"paths": {
"/security/identities/settings/autoAuditingConfiguration": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "tri-msgraph"
}
},
"SecurityIdentitiesAutoConfig.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write sensors window auditing configuration",
"adminDescription": "Allows the app to read and write the sensors window auditing configuration of the signed in user",
"userDisplayName": "Read and write window auditing configuration",
"userDescription": "Allows the app to read and write the sensors window auditing configuration on your behalf",
"requiresAdminConsent": true,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read and write sensors window auditing configuration",
"adminDescription": "Allows the app to read and write sensors window auditing configuration without a signed-in user",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/security/identities/settings/autoAuditingConfiguration": "least=DelegatedWork,Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "tri-msgraph"
}
},
"SecurityIdentitiesHealth.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
12 changes: 4 additions & 8 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12329,36 +12329,32 @@
],
"SecurityIdentitiesAutoConfig.Read.All": [
{
"id": "8ff90903-1ecb-4f3a-b8b2-42120374ecd6",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": false,
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
},
{
"id": "58971758-9844-4fe4-9fba-7e4ce7a659bf",
"scheme": "Application",
"environment": "public",
"isHidden": false,
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
}
],
"SecurityIdentitiesAutoConfig.ReadWrite.All": [
{
"id": "b810fdb4-8733-43bd-9b37-fddb7215c69f",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": false,
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
},
{
"id": "4f1f0deb-08d1-4ffb-8cca-21dfc362b7c0",
"scheme": "Application",
"environment": "public",
"isHidden": false,
"isHidden": true,
"isEnabled": true,
"resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740"
}
Expand Down