|
1269 | 1269 | "/applications(appid={value})/federatedidentitycredentials": "least=DelegatedWork,Application", |
1270 | 1270 | "/applications(appid={value})/owners": "least=DelegatedWork,Application", |
1271 | 1271 | "/applications(appid={value})/sponsors": "least=DelegatedWork,Application", |
1272 | | - "/applications(appid={value})/tokenRevocations": "least=DelegatedWork,Application", |
1273 | 1272 | "/applications/{id}/authorization": "", |
1274 | 1273 | "/applications/{id}/authorization/resourceSchema": "", |
1275 | 1274 | "/applications/{id}/authorization/resourceSchema/environmentAttributes": "", |
|
1296 | 1295 | "/applications/{id}/pairwisebrokerembeddedappconfig/{trustedHostPairwiseBrokerId}/perResourceAllowedScopes": "least=DelegatedWork,Application", |
1297 | 1296 | "/applications/{id}/pairwisebrokerembeddedappconfig/{trustedHostPairwiseBrokerId}/perResourceAllowedScopes/{resourceAppId}": "least=DelegatedWork,Application", |
1298 | 1297 | "/applications/{id}/sponsors": "least=DelegatedWork,Application", |
1299 | | - "/applications/{id}/tokenRevocations": "least=DelegatedWork,Application", |
1300 | 1298 | "/applications/delta": "", |
1301 | 1299 | "/policies/appmanagementpolicies/{id}/appliesto": "least=DelegatedWork,Application", |
1302 | 1300 | "/policies/claimsmappingpolicies/{id}/appliesto": "", |
|
1315 | 1313 | "/serviceprincipals(appid={value})/ownedobjects": "least=DelegatedWork,Application", |
1316 | 1314 | "/serviceprincipals(appid={value})/owners": "least=DelegatedWork,Application", |
1317 | 1315 | "/serviceprincipals(appid={value})/sponsors": "least=DelegatedWork,Application", |
1318 | | - "/serviceprincipals(appid={value})/tokenRevocations": "least=DelegatedWork,Application", |
1319 | 1316 | "/serviceprincipals(appid={value})/transitivememberof": "least=DelegatedWork,Application", |
1320 | 1317 | "/serviceprincipals/{id}": "least=DelegatedWork,Application", |
1321 | 1318 | "/serviceprincipals/{id}/approleassignedto": "least=DelegatedWork,Application", |
|
1331 | 1328 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups": "least=DelegatedWork,Application", |
1332 | 1329 | "/serviceprincipals/{id}/remotedesktopsecurityconfiguration/targetdevicegroups/{id}": "least=DelegatedWork,Application", |
1333 | 1330 | "/serviceprincipals/{id}/sponsors": "least=DelegatedWork,Application", |
1334 | | - "/serviceprincipals/{id}/tokenRevocations": "least=DelegatedWork,Application", |
1335 | 1331 | "/serviceprincipals/{id}/transitivememberof": "least=DelegatedWork,Application", |
1336 | 1332 | "/serviceprincipals/delta": "" |
1337 | 1333 | } |
|
1711 | 1707 | "POST" |
1712 | 1708 | ], |
1713 | 1709 | "paths": { |
1714 | | - "/applications(appid={value})/federatedidentitycredentials": "least=DelegatedWork,Application", |
1715 | | - "/applications(appid={value})/tokenRevocations": "least=DelegatedWork,Application", |
1716 | | - "/applications/{id}/tokenRevocations": "least=DelegatedWork,Application", |
1717 | | - "/serviceprincipals(appid={value})/tokenRevocations": "least=DelegatedWork,Application", |
1718 | | - "/serviceprincipals/{id}/tokenRevocations": "least=DelegatedWork,Application" |
| 1710 | + "/applications(appid={value})/federatedidentitycredentials": "least=DelegatedWork,Application" |
1719 | 1711 | } |
1720 | 1712 | }, |
1721 | 1713 | { |
|
17574 | 17566 | "ownerSecurityGroup": "ixrdev" |
17575 | 17567 | } |
17576 | 17568 | }, |
| 17569 | + "Domain-InternalFederation.Read.All": { |
| 17570 | + "authorizationType": "oAuth2", |
| 17571 | + "schemes": { |
| 17572 | + "DelegatedWork": { |
| 17573 | + "adminDisplayName": "Read internal federation configuration for a domain.", |
| 17574 | + "adminDescription": "Allows the app to read internal federation configuration for a domain.", |
| 17575 | + "userDisplayName": "Read internal federation configuration for a domain.", |
| 17576 | + "userDescription": "Allows the app to read internal federation configuration for a domain.", |
| 17577 | + "requiresAdminConsent": true, |
| 17578 | + "privilegeLevel": 3 |
| 17579 | + }, |
| 17580 | + "Application": { |
| 17581 | + "adminDisplayName": "Read internal federation configuration for a domain.", |
| 17582 | + "adminDescription": "Allows the app to read internal federation configuration for a domain.", |
| 17583 | + "requiresAdminConsent": true, |
| 17584 | + "privilegeLevel": 4 |
| 17585 | + } |
| 17586 | + }, |
| 17587 | + "pathSets": [ |
| 17588 | + { |
| 17589 | + "schemeKeys": [ |
| 17590 | + "DelegatedWork", |
| 17591 | + "Application" |
| 17592 | + ], |
| 17593 | + "methods": [ |
| 17594 | + "GET" |
| 17595 | + ], |
| 17596 | + "paths": { |
| 17597 | + "/domains/{id}/federationConfiguration": "least=DelegatedWork,Application", |
| 17598 | + "/domains/{id}/federationConfiguration/{configurationId}": "least=DelegatedWork,Application" |
| 17599 | + } |
| 17600 | + } |
| 17601 | + ], |
| 17602 | + "ownerInfo": { |
| 17603 | + "ownerSecurityGroup": "aadusersandtenants" |
| 17604 | + } |
| 17605 | + }, |
| 17606 | + "Domain-InternalFederation.ReadWrite.All": { |
| 17607 | + "authorizationType": "oAuth2", |
| 17608 | + "schemes": { |
| 17609 | + "DelegatedWork": { |
| 17610 | + "adminDisplayName": "Create, read, update and delete internal federation configuration for a domain.", |
| 17611 | + "adminDescription": "Allows the app to create, read, update and delete internal federation configuration for a domain.", |
| 17612 | + "userDisplayName": "Create, read, update and delete internal federation configuration for a domain.", |
| 17613 | + "userDescription": "Allows the app to create, read, update and delete internal federation configuration for a domain.", |
| 17614 | + "requiresAdminConsent": true, |
| 17615 | + "privilegeLevel": 4 |
| 17616 | + }, |
| 17617 | + "Application": { |
| 17618 | + "adminDisplayName": "Create, read, update and delete internal federation configuration for a domain.", |
| 17619 | + "adminDescription": "Allows the app to create, read, update and delete internal federation configuration for a domain.", |
| 17620 | + "requiresAdminConsent": true, |
| 17621 | + "privilegeLevel": 5 |
| 17622 | + } |
| 17623 | + }, |
| 17624 | + "pathSets": [ |
| 17625 | + { |
| 17626 | + "schemeKeys": [ |
| 17627 | + "DelegatedWork", |
| 17628 | + "Application" |
| 17629 | + ], |
| 17630 | + "methods": [ |
| 17631 | + "GET", |
| 17632 | + "POST" |
| 17633 | + ], |
| 17634 | + "paths": { |
| 17635 | + "/domains/{id}/federationConfiguration": "least=DelegatedWork,Application" |
| 17636 | + } |
| 17637 | + }, |
| 17638 | + { |
| 17639 | + "schemeKeys": [ |
| 17640 | + "DelegatedWork", |
| 17641 | + "Application" |
| 17642 | + ], |
| 17643 | + "methods": [ |
| 17644 | + "DELETE", |
| 17645 | + "GET", |
| 17646 | + "PATCH" |
| 17647 | + ], |
| 17648 | + "paths": { |
| 17649 | + "/domains/{id}/federationConfiguration/{configurationId}": "least=DelegatedWork,Application" |
| 17650 | + } |
| 17651 | + } |
| 17652 | + ], |
| 17653 | + "ownerInfo": { |
| 17654 | + "ownerSecurityGroup": "aadusersandtenants" |
| 17655 | + } |
| 17656 | + }, |
17577 | 17657 | "Domain.Read.All": { |
17578 | 17658 | "authorizationType": "oAuth2", |
17579 | 17659 | "schemes": { |
|
17701 | 17781 | "POST" |
17702 | 17782 | ], |
17703 | 17783 | "paths": { |
17704 | | - "/domains/{id}/federationconfiguration": "least=DelegatedWork,Application", |
| 17784 | + "/domains/{id}/federationconfiguration": "", |
17705 | 17785 | "/domains/{id}/forcedelete": "least=DelegatedWork,Application", |
17706 | 17786 | "/domains/{id}/promote": "least=DelegatedWork,Application", |
17707 | 17787 | "/domains/{id}/verify": "least=DelegatedWork,Application" |
|
0 commit comments