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
19 changes: 9 additions & 10 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16461,7 +16461,6 @@
"PATCH"
],
"paths": {
"/domains/{id}": "",
"/me/authentication/qrcodepinmethod/pin/updatepin": "least=DelegatedWork",
"/users/{id}/authentication/qrcodepinmethod/pin/updatepin": "least=DelegatedWork"
}
Expand Down Expand Up @@ -35924,9 +35923,9 @@
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read user's presence information",
"adminDescription": "Allows the app to read presence information on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"adminDescription": "Allows the app to read presence information on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"userDisplayName": "Read your presence information",
"userDescription": "Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"userDescription": "Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"requiresAdminConsent": false,
"privilegeLevel": 2
}
Expand Down Expand Up @@ -35955,17 +35954,17 @@
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read presence information of all users in your organization",
"adminDescription": "Allows the app to read presence information of all users in the directory on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"adminDescription": "Allows the app to read presence information of all users in the directory on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"userDisplayName": "Read presence information of all users in your organization",
"userDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"userDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"requiresAdminConsent": false,
"privilegeLevel": 3
},
"Application": {
"adminDisplayName": "Read presence information of all users in your organization",
"adminDescription": "Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"adminDescription": "Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"userDisplayName": "Read presence information of all users in your organization",
"userDescription": "Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"userDescription": "Allows the app to read presence information of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
Expand Down Expand Up @@ -36017,9 +36016,9 @@
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write a user's presence information",
"adminDescription": "Allows the app to read the presence information and write activity and availability on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"adminDescription": "Allows the app to read the presence information and write activity, availability and work location on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"userDisplayName": "Read and write your presence information",
"userDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.",
"userDescription": "Allows the app to read the presence information and write activity, availability and work location on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and work location.",
"requiresAdminConsent": false,
"privilegeLevel": 2
}
Expand Down Expand Up @@ -36050,7 +36049,7 @@
"schemes": {
"Application": {
"adminDisplayName": "Read and write presence information for all users",
"adminDescription": "Allows the app to read all presence information and write activity and availability of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, time zone and location.",
"adminDescription": "Allows the app to read all presence information and write activity, availability and work location of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, time zone and work location.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
Expand Down
18 changes: 18 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5630,6 +5630,24 @@
"resourceAppId": ""
}
],
"ExchangeMessageTrace.Read.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3"
}
],
"ExternalConnection.Read.All": [
{
"id": "a38267a5-26b6-4d76-9493-935b7599116b",
Expand Down