Skip to content

Commit b733d9d

Browse files
committed
Weekly Permissions sync 2024-10-24
1 parent 9eeff34 commit b733d9d

File tree

2 files changed

+95
-28
lines changed

2 files changed

+95
-28
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,26 +1572,26 @@
15721572
"resourceAppId": ""
15731573
}
15741574
],
1575-
"CallTranscripts.Read.All": [
1576-
{
1577-
"id": "",
1578-
"scheme": "Application",
1579-
"environment": "public",
1580-
"isHidden": true,
1581-
"isEnabled": false,
1582-
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1583-
}
1584-
],
1585-
"CallRecordings.Read.All": [
1586-
{
1587-
"id": "",
1588-
"scheme": "Application",
1589-
"environment": "public",
1590-
"isHidden": true,
1591-
"isEnabled": false,
1592-
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1593-
}
1594-
],
1575+
"CallTranscripts.Read.All": [
1576+
{
1577+
"id": "",
1578+
"scheme": "Application",
1579+
"environment": "public",
1580+
"isHidden": true,
1581+
"isEnabled": false,
1582+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1583+
}
1584+
],
1585+
"CallRecordings.Read.All": [
1586+
{
1587+
"id": "",
1588+
"scheme": "Application",
1589+
"environment": "public",
1590+
"isHidden": true,
1591+
"isEnabled": false,
1592+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1593+
}
1594+
],
15951595
"Calls.AccessMedia.All": [
15961596
{
15971597
"id": "a7a681dc-756e-4909-b988-f160edc6655f",
@@ -6316,6 +6316,24 @@
63166316
"resourceAppId": ""
63176317
}
63186318
],
6319+
"LicenseAssignment.Read.All": [
6320+
{
6321+
"id": "",
6322+
"scheme": "DelegatedWork",
6323+
"environment": "PPE;public",
6324+
"isHidden": false,
6325+
"isEnabled": true,
6326+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
6327+
},
6328+
{
6329+
"id": "",
6330+
"scheme": "Application",
6331+
"environment": "PPE;public",
6332+
"isHidden": false,
6333+
"isEnabled": true,
6334+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
6335+
}
6336+
],
63196337
"LifecycleManagement.Read.All": [
63206338
{
63216339
"id": "25fdb4fe-1840-4bca-89ae-65e37a696899",
@@ -9256,7 +9274,7 @@
92569274
"resourceAppId": ""
92579275
}
92589276
],
9259-
9277+
92609278
"PublicKeyInfrastructure.Read.All": [
92619279
{
92629280
"id": "04a4b2a2-3f26-4fc8-87ee-9c46e68db175",

permissions/new/permissions.json

Lines changed: 56 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25582,6 +25582,54 @@
2558225582
],
2558325583
"ownerInfo": {}
2558425584
},
25585+
"LicenseAssignment.Read.All": {
25586+
"schemes": {
25587+
"DelegatedWork": {
25588+
"adminDisplayName": "Read all license assignments.",
25589+
"adminDescription": "Allows an app to read license assignments for users and groups, on behalf of the signed-in user.",
25590+
"userDisplayName": "Read all license assignments.",
25591+
"userDescription": "Allows the app to read all license assignments, on your behalf.",
25592+
"requiresAdminConsent": false,
25593+
"privilegeLevel": 3
25594+
},
25595+
"Application": {
25596+
"adminDisplayName": "Read all license assignments.",
25597+
"adminDescription": "Allows an app to read license assignments for users and groups, without a signed-in user.",
25598+
"requiresAdminConsent": true,
25599+
"privilegeLevel": 4
25600+
}
25601+
},
25602+
"pathSets": [
25603+
{
25604+
"schemeKeys": [
25605+
"DelegatedWork",
25606+
"Application"
25607+
],
25608+
"methods": [
25609+
"GET"
25610+
],
25611+
"paths": {
25612+
"/subscribedSkus": "least=DelegatedWork,Application",
25613+
"/subscribedSkus/{id}": "least=DelegatedWork,Application",
25614+
"/users/{id}/licensedetails": "least=DelegatedWork,Application"
25615+
}
25616+
},
25617+
{
25618+
"schemeKeys": [
25619+
"DelegatedWork"
25620+
],
25621+
"methods": [
25622+
"GET"
25623+
],
25624+
"paths": {
25625+
"/me/licensedetails": "least=DelegatedWork"
25626+
}
25627+
}
25628+
],
25629+
"ownerInfo": {
25630+
"ownerSecurityGroup": "aadcslms"
25631+
}
25632+
},
2558525633
"LicenseAssignment.ReadWrite.All": {
2558625634
"schemes": {
2558725635
"DelegatedWork": {
@@ -29131,8 +29179,8 @@
2913129179
"/organization/{id}/branding/localizations/{id}/{streamObjectType}": "",
2913229180
"/organization/{id}/certificatebasedauthconfiguration": "least=DelegatedWork,Application",
2913329181
"/organization/{id}/certificatebasedauthconfiguration/{id}": "least=DelegatedWork,Application",
29134-
"/subscribedskus": "least=DelegatedWork,Application",
29135-
"/subscribedskus/{id}": "least=DelegatedWork,Application"
29182+
"/subscribedskus": "",
29183+
"/subscribedskus/{id}": ""
2913629184
}
2913729185
},
2913829186
{
@@ -30628,6 +30676,7 @@
3062830676
"/policies/appmanagementpolicies/{id}": "least=DelegatedWork,Application",
3062930677
"/policies/appmanagementpolicies/{id}/appliesto": "",
3063030678
"/policies/authenticationflowspolicy": "least=DelegatedWork,Application",
30679+
"/policies/authenticationmethodspolicy": "least=DelegatedWork,Application",
3063130680
"/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{id}": "least=DelegatedWork,Application",
3063230681
"/policies/authenticationmethodspolicy/authenticationmethodconfigurations/email": "least=DelegatedWork,Application",
3063330682
"/policies/authenticationmethodspolicy/authenticationmethodconfigurations/federatedIdentityCredential": "least=DelegatedWork,Application",
@@ -31013,7 +31062,7 @@
3101331062
"Policy.Read.HybridAuthentication": {
3101431063
"schemes": {
3101531064
"DelegatedWork": {
31016-
"adminDisplayName": "Read your organization's hybrid authentication policies like pass-through authentication and seamless single sign-on",
31065+
"adminDisplayName": "Read your organization's hybrid authentication policies",
3101731066
"adminDescription": "Allows the app to read your organization's hybrid authentication policies on behalf of the signed-in user.",
3101831067
"userDisplayName": "Read your organization's hybrid authentication policies like pass-through authentication and seamless single sign-on",
3101931068
"userDescription": "Allows the app to read your organization's hybrid authentication policies on your behalf.",
@@ -32010,7 +32059,7 @@
3201032059
"Policy.ReadWrite.HybridAuthentication": {
3201132060
"schemes": {
3201232061
"DelegatedWork": {
32013-
"adminDisplayName": "Read and write your organization's hybrid authentication policies like pass-through authentication and seamless single sign-on",
32062+
"adminDisplayName": "Read and write your organization's hybrid authentication policies",
3201432063
"adminDescription": "Allows the app to read and write your organization's hybrid authentication policies on behalf of the signed-in user.",
3201532064
"userDisplayName": "Read and write your organization's hybrid authentication policies like pass-through authentication and seamless single sign-on",
3201632065
"userDescription": "Allows the app to read and write your organization's hybrid authentication policies on your behalf.",
@@ -46389,7 +46438,7 @@
4638946438
"paths": {
4639046439
"/me": "least=DelegatedWork,DelegatedPersonal",
4639146440
"/me/createdobjects": "least=DelegatedWork,DelegatedPersonal",
46392-
"/me/licensedetails": "least=DelegatedWork,DelegatedPersonal",
46441+
"/me/licensedetails": "least=DelegatedPersonal",
4639346442
"/me/outlook/supportedlanguages": "least=DelegatedWork,DelegatedPersonal",
4639446443
"/me/outlook/supportedtimezones": "least=DelegatedWork,DelegatedPersonal",
4639546444
"/me/outlook/supportedtimezones(timezonestandard={value})": "least=DelegatedWork,DelegatedPersonal",
@@ -46433,7 +46482,7 @@
4643346482
"/me/responsibilities": "least=DelegatedWork,DelegatedPersonal",
4643446483
"/users/{id}": "least=DelegatedPersonal",
4643546484
"/users/{id}/createdobjects": "least=DelegatedWork,DelegatedPersonal",
46436-
"/users/{id}/licensedetails": "least=DelegatedWork,DelegatedPersonal",
46485+
"/users/{id}/licensedetails": "least=DelegatedPersonal",
4643746486
"/users/{id}/outlook/supportedlanguages": "least=DelegatedWork,DelegatedPersonal",
4643846487
"/users/{id}/outlook/supportedtimezones": "least=DelegatedWork,DelegatedPersonal",
4643946488
"/users/{id}/outlook/supportedtimezones(timezonestandard={value})": "least=DelegatedWork,DelegatedPersonal",
@@ -46627,7 +46676,7 @@
4662746676
"/users/{id}/findrooms(roomlist={value})": "least=Application",
4662846677
"/users/{id}/invitedBy": "least=DelegatedWork,Application",
4662946678
"/users/{id}/joinedteams": "",
46630-
"/users/{id}/licensedetails": "least=Application",
46679+
"/users/{id}/licensedetails": "",
4663146680
"/users/{id}/manager": "least=DelegatedWork,Application",
4663246681
"/users/{id}/organizationalUnitParent": "least=DelegatedWork,Application",
4663346682
"/users/{id}/owneddevices": "least=Application",

0 commit comments

Comments
 (0)