|
5356 | 5356 | "POST" |
5357 | 5357 | ], |
5358 | 5358 | "paths": { |
| 5359 | + "/me/findmeetinglocations": "least=DelegatedWork", |
5359 | 5360 | "/me/findmeetingtimes": "least=DelegatedWork", |
5360 | 5361 | "/users/{id}/findmeetingtimes": "least=DelegatedWork" |
5361 | 5362 | } |
|
5771 | 5772 | "POST" |
5772 | 5773 | ], |
5773 | 5774 | "paths": { |
| 5775 | + "/me/findmeetinglocations": "", |
5774 | 5776 | "/me/findmeetingtimes": "", |
5775 | 5777 | "/users/{id}/findmeetingtimes": "" |
5776 | 5778 | } |
|
8840 | 8842 | "/devicemanagement/virtualEndpoint/managedLicenses": "", |
8841 | 8843 | "/devicemanagement/virtualendpoint/onpremisesconnections": "", |
8842 | 8844 | "/devicemanagement/virtualendpoint/onpremisesconnections/{id}": "", |
8843 | | - "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/cloudPCUserSettingsPersistence": "least=DelegatedWork,Application", |
8844 | | - "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/cloudPCUserSettingsPersistence/retrieveUserSettingsPersistenceProfiles(configurationId={value})": "least=DelegatedWork,Application", |
8845 | | - "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/cloudPCUserSettingsPersistence/retrieveUserSettingsPersistenceProfileUsage(configurationId={value})": "least=DelegatedWork,Application", |
| 8845 | + "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/userSettingsPersistenceDetail": "least=DelegatedWork,Application", |
| 8846 | + "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/userSettingsPersistenceDetail/retrieveUserSettingsPersistenceProfiles(configurationId={value})": "least=DelegatedWork,Application", |
| 8847 | + "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/userSettingsPersistenceDetail/retrieveUserSettingsPersistenceProfileUsage(configurationId={value})": "least=DelegatedWork,Application", |
8846 | 8848 | "/devicemanagement/virtualendpoint/reports/exportjobs/{id}": "least=DelegatedWork,Application", |
8847 | 8849 | "/devicemanagement/virtualendpoint/reports/getrealtimeremoteconnectionlatency(cloudpcid={value})": "", |
8848 | 8850 | "/devicemanagement/virtualendpoint/reports/getrealtimeremoteconnectionstatus(cloudpcid={value})": "", |
|
8892 | 8894 | "/devicemanagement/virtualendpoint/deviceimages/{id}/reupload": "least=DelegatedWork,Application", |
8893 | 8895 | "/devicemanagement/virtualendpoint/onpremisesconnections/{id}/updateaddomainpassword": "least=DelegatedWork,Application", |
8894 | 8896 | "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assign": "least=DelegatedWork,Application", |
8895 | | - "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/cloudPCUserSettingsPersistence/batchCleanupUserSettingsPersistenceProfile": "least=DelegatedWork,Application", |
| 8897 | + "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/userSettingsPersistenceDetail/batchCleanupUserSettingsPersistenceProfile": "least=DelegatedWork,Application", |
8896 | 8898 | "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/retry": "least=DelegatedWork,Application", |
8897 | 8899 | "/deviceManagement/virtualEndpoint/report/retrieveCloudPcRecommendationReports": "least=DelegatedWork,Application", |
8898 | 8900 | "/devicemanagement/virtualendpoint/reports/exportjobs": "least=DelegatedWork,Application", |
|
26220 | 26222 | "ownerSecurityGroup": "AadIpUxDevAdmin" |
26221 | 26223 | } |
26222 | 26224 | }, |
| 26225 | + "IdentityRiskyAgent.Read.All": { |
| 26226 | + "authorizationType": "oAuth2", |
| 26227 | + "schemes": { |
| 26228 | + "DelegatedWork": { |
| 26229 | + "adminDisplayName": "Read risky agents information", |
| 26230 | + "adminDescription": "Allows the app to read risky agents information in your organization, on behalf of the signed-in user.", |
| 26231 | + "userDisplayName": "Read risky agents information", |
| 26232 | + "userDescription": "Allows the app to read risky agents information in your organization, on behalf of the signed-in user.", |
| 26233 | + "requiresAdminConsent": true, |
| 26234 | + "privilegeLevel": 3 |
| 26235 | + }, |
| 26236 | + "Application": { |
| 26237 | + "adminDisplayName": "Read all risky agents information", |
| 26238 | + "adminDescription": "Allows the app to read the risky agents information in your organization without a signed-in user.", |
| 26239 | + "requiresAdminConsent": true, |
| 26240 | + "privilegeLevel": 4 |
| 26241 | + } |
| 26242 | + }, |
| 26243 | + "pathSets": [ |
| 26244 | + { |
| 26245 | + "schemeKeys": [ |
| 26246 | + "DelegatedWork", |
| 26247 | + "Application" |
| 26248 | + ], |
| 26249 | + "methods": [ |
| 26250 | + "GET" |
| 26251 | + ], |
| 26252 | + "paths": { |
| 26253 | + "/identityprotection/riskyagents": "least=DelegatedWork,Application", |
| 26254 | + "/identityprotection/riskyagents/{id}": "least=DelegatedWork,Application" |
| 26255 | + } |
| 26256 | + } |
| 26257 | + ], |
| 26258 | + "ownerInfo": { |
| 26259 | + "ownerSecurityGroup": "AadIpUxDevAdmin" |
| 26260 | + } |
| 26261 | + }, |
| 26262 | + "IdentityRiskyAgent.ReadWrite.All": { |
| 26263 | + "authorizationType": "oAuth2", |
| 26264 | + "schemes": { |
| 26265 | + "DelegatedWork": { |
| 26266 | + "adminDisplayName": "Read and write risky agents information", |
| 26267 | + "adminDescription": "Allows the app to read and update identity risky agents information for all agents in your organization on behalf of the signed-in user. Update operations include dismissing risky agents.", |
| 26268 | + "userDisplayName": "Read and write risky agents information", |
| 26269 | + "userDescription": "Allows the app to read and update identity risky agents information for all agents in your organization on your behalf. Update operations include dismissing risky agents.", |
| 26270 | + "requiresAdminConsent": true, |
| 26271 | + "privilegeLevel": 4 |
| 26272 | + }, |
| 26273 | + "Application": { |
| 26274 | + "adminDisplayName": "Read and write risky agents information", |
| 26275 | + "adminDescription": "Allows the app to read and update risky agents information in your organization without a signed-in user.", |
| 26276 | + "requiresAdminConsent": true, |
| 26277 | + "privilegeLevel": 4 |
| 26278 | + } |
| 26279 | + }, |
| 26280 | + "pathSets": [ |
| 26281 | + { |
| 26282 | + "schemeKeys": [ |
| 26283 | + "DelegatedWork", |
| 26284 | + "Application" |
| 26285 | + ], |
| 26286 | + "methods": [ |
| 26287 | + "POST" |
| 26288 | + ], |
| 26289 | + "paths": { |
| 26290 | + "/identityprotection/riskyagents/confirmcompromised": "least=DelegatedWork,Application", |
| 26291 | + "/identityprotection/riskyagents/confirmSafe": "least=DelegatedWork,Application", |
| 26292 | + "/identityprotection/riskyagents/dismiss": "least=DelegatedWork,Application" |
| 26293 | + } |
| 26294 | + } |
| 26295 | + ], |
| 26296 | + "ownerInfo": { |
| 26297 | + "ownerSecurityGroup": "AadIpUxDevAdmin" |
| 26298 | + } |
| 26299 | + }, |
26223 | 26300 | "IdentityRiskyServicePrincipal.Read.All": { |
26224 | 26301 | "authorizationType": "oAuth2", |
26225 | 26302 | "schemes": { |
|
0 commit comments