|
5987 | 5987 | "paths": { |
5988 | 5988 | "/chats/{id}/members/{id}": "", |
5989 | 5989 | "/teams/{id}/channels/{id}/doesuserhaveaccess": "least=DelegatedWork,Application", |
5990 | | - "/teams/{id}/channels/{id}/members": "least=Application", |
5991 | | - "/teams/{id}/channels/{id}/members/{id}": "least=DelegatedWork,Application", |
| 5990 | + "/teams/{id}/channels/{id}/members": "", |
| 5991 | + "/teams/{id}/channels/{id}/members/{id}": "least=DelegatedWork", |
5992 | 5992 | "/teams/{id}/channels/{id}/sharedwithteams": "least=DelegatedWork,Application", |
5993 | 5993 | "/teams/{id}/channels/{id}/sharedwithteams/{id}": "least=DelegatedWork,Application", |
5994 | 5994 | "/teams/{id}/channels/{id}/sharedwithteams/{id}/allowedmembers": "least=DelegatedWork,Application" |
|
6104 | 6104 | "POST" |
6105 | 6105 | ], |
6106 | 6106 | "paths": { |
6107 | | - "/teams/{id}/channels/{id}/members": "least=DelegatedWork,Application" |
| 6107 | + "/teams/{id}/channels/{id}/members": "least=DelegatedWork" |
6108 | 6108 | } |
6109 | 6109 | }, |
6110 | 6110 | { |
|
6118 | 6118 | "PATCH" |
6119 | 6119 | ], |
6120 | 6120 | "paths": { |
6121 | | - "/teams/{id}/channels/{id}/members/{id}": "least=DelegatedWork,Application" |
| 6121 | + "/teams/{id}/channels/{id}/members/{id}": "least=DelegatedWork" |
6122 | 6122 | } |
6123 | 6123 | }, |
6124 | 6124 | { |
|
31432 | 31432 | "/policies/claimsmappingpolicies/{id}/appliesto": "least=DelegatedWork,Application", |
31433 | 31433 | "/policies/crosstenantaccesspolicy": "least=DelegatedWork,Application", |
31434 | 31434 | "/policies/crosstenantaccesspolicy/default": "least=DelegatedWork,Application", |
| 31435 | + "/policies/crosstenantaccesspolicy/default/m365Capabilities": "least=DelegatedWork,Application", |
| 31436 | + "/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantOpenProfileCard": "least=DelegatedWork,Application", |
31435 | 31437 | "/policies/crosstenantaccesspolicy/partners": "least=DelegatedWork,Application", |
31436 | 31438 | "/policies/crosstenantaccesspolicy/partners/{id}": "least=DelegatedWork,Application", |
31437 | 31439 | "/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": "least=DelegatedWork,Application", |
| 31440 | + "/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities": "least=DelegatedWork,Application", |
| 31441 | + "/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities/crossTenantMailboxMigration": "least=DelegatedWork,Application", |
| 31442 | + "/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities/crossTenantOpenProfileCard": "least=DelegatedWork,Application", |
31438 | 31443 | "/policies/defaultappmanagementpolicy": "least=DelegatedWork,Application", |
31439 | 31444 | "/policies/externalidentitiespolicy": "least=DelegatedWork,Application", |
31440 | 31445 | "/policies/homerealmdiscoverypolicies": "least=DelegatedWork,Application", |
@@ -49538,6 +49543,100 @@ |
49538 | 49543 | "ownerSecurityGroup": "mfateam" |
49539 | 49544 | } |
49540 | 49545 | }, |
| 49546 | + "UserAuthMethod-Passkey.Read.All": { |
| 49547 | + "schemes": { |
| 49548 | + "DelegatedWork": { |
| 49549 | + "adminDisplayName": "Read all users' passkey authentication methods", |
| 49550 | + "adminDescription": "Allows the app to read passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 49551 | + "userDisplayName": "Read all users' passkey authentication methods", |
| 49552 | + "userDescription": "Allows the app to read passkey authentication methods of all users you have access to in your organization.This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 49553 | + "requiresAdminConsent": true, |
| 49554 | + "privilegeLevel": 3 |
| 49555 | + }, |
| 49556 | + "Application": { |
| 49557 | + "adminDisplayName": " Read all users' passkey authentication methods", |
| 49558 | + "adminDescription": " Allows the app to read passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 49559 | + "requiresAdminConsent": true, |
| 49560 | + "privilegeLevel": 4 |
| 49561 | + } |
| 49562 | + }, |
| 49563 | + "pathSets": [ |
| 49564 | + { |
| 49565 | + "schemeKeys": [ |
| 49566 | + "DelegatedWork", |
| 49567 | + "Application" |
| 49568 | + ], |
| 49569 | + "methods": [ |
| 49570 | + "GET" |
| 49571 | + ], |
| 49572 | + "paths": { |
| 49573 | + "/me/authentication/fido2methods": "", |
| 49574 | + "/me/authentication/fido2methods/{id}": "", |
| 49575 | + "/me/authentication/fido2methods/creationOptions": "", |
| 49576 | + "/users/{id}/authentication/fido2methods": "", |
| 49577 | + "/users/{id}/authentication/fido2methods/{id}": "", |
| 49578 | + "/users/{id}/authentication/fido2methods/creationOptions": "" |
| 49579 | + } |
| 49580 | + } |
| 49581 | + ], |
| 49582 | + "ownerInfo": { |
| 49583 | + "ownerSecurityGroup": "mfateam" |
| 49584 | + } |
| 49585 | + }, |
| 49586 | + "UserAuthMethod-Passkey.ReadWrite.All": { |
| 49587 | + "schemes": { |
| 49588 | + "DelegatedWork": { |
| 49589 | + "adminDisplayName": "Read and write all users' passkey methods.", |
| 49590 | + "adminDescription": "Allows the app to read and write passkey authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 49591 | + "userDisplayName": "Read and write all users' passkey authentication methods", |
| 49592 | + "userDescription": "Allows the app to read and write passkey authentication methods of all users you have access to in your organization. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", |
| 49593 | + "requiresAdminConsent": true, |
| 49594 | + "privilegeLevel": 4 |
| 49595 | + }, |
| 49596 | + "Application": { |
| 49597 | + "adminDisplayName": "Read and write all users' passkey authentication methods", |
| 49598 | + "adminDescription": "Allows the application to read and write passkey authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods", |
| 49599 | + "requiresAdminConsent": true, |
| 49600 | + "privilegeLevel": 4 |
| 49601 | + } |
| 49602 | + }, |
| 49603 | + "pathSets": [ |
| 49604 | + { |
| 49605 | + "schemeKeys": [ |
| 49606 | + "DelegatedWork", |
| 49607 | + "Application" |
| 49608 | + ], |
| 49609 | + "methods": [ |
| 49610 | + "GET" |
| 49611 | + ], |
| 49612 | + "paths": { |
| 49613 | + "/me/authentication/fido2methods": "", |
| 49614 | + "/me/authentication/fido2methods/{id}": "", |
| 49615 | + "/me/authentication/fido2methods/creationOptions": "", |
| 49616 | + "/users/{id}/authentication/fido2methods": "", |
| 49617 | + "/users/{id}/authentication/fido2methods/{id}": "", |
| 49618 | + "/users/{id}/authentication/fido2methods/creationOptions": "" |
| 49619 | + } |
| 49620 | + }, |
| 49621 | + { |
| 49622 | + "schemeKeys": [ |
| 49623 | + "DelegatedWork", |
| 49624 | + "Application" |
| 49625 | + ], |
| 49626 | + "methods": [ |
| 49627 | + "DELETE", |
| 49628 | + "PATCH" |
| 49629 | + ], |
| 49630 | + "paths": { |
| 49631 | + "/me/authentication/fido2methods/{id}": "least=Application", |
| 49632 | + "/users/{id}/authentication/fido2methods/{id}": "least=Application" |
| 49633 | + } |
| 49634 | + } |
| 49635 | + ], |
| 49636 | + "ownerInfo": { |
| 49637 | + "ownerSecurityGroup": "mfateam" |
| 49638 | + } |
| 49639 | + }, |
49541 | 49640 | "UserShiftPreferences.Read.All": { |
49542 | 49641 | "schemes": { |
49543 | 49642 | "Application": { |
|
0 commit comments