|
8424 | 8424 | "ownerSecurityGroup": "ve-msgraph-owners" |
8425 | 8425 | } |
8426 | 8426 | }, |
| 8427 | + "ConfigurationMonitoring.Read.All": { |
| 8428 | + "schemes": { |
| 8429 | + "DelegatedWork": { |
| 8430 | + "adminDisplayName": "Read all Configuration Monitoring entities", |
| 8431 | + "adminDescription": "Allows the app to read all Configuration Monitoring entities on behalf of the signed-in user.", |
| 8432 | + "userDisplayName": "Read all Configuration Monitoring entities", |
| 8433 | + "userDescription": "Allows the app to read all Configuration Monitoring entities on your behalf.", |
| 8434 | + "requiresAdminConsent": true, |
| 8435 | + "privilegeLevel": 3 |
| 8436 | + } |
| 8437 | + }, |
| 8438 | + "pathSets": [ |
| 8439 | + { |
| 8440 | + "schemeKeys": [ |
| 8441 | + "DelegatedWork" |
| 8442 | + ], |
| 8443 | + "methods": [ |
| 8444 | + "GET" |
| 8445 | + ], |
| 8446 | + "paths": { |
| 8447 | + "/configurationManagement/configurationDrifts": "", |
| 8448 | + "/configurationManagement/configurationDrifts({id})": "", |
| 8449 | + "/configurationManagement/configurationMonitoringResults": "", |
| 8450 | + "/configurationManagement/configurationMonitoringResults({id})": "", |
| 8451 | + "/configurationManagement/configurationMonitors": "", |
| 8452 | + "/configurationManagement/configurationMonitors({id})": "", |
| 8453 | + "/configurationManagement/configurationMonitors({id})/configurationBaseline": "" |
| 8454 | + } |
| 8455 | + } |
| 8456 | + ], |
| 8457 | + "ownerInfo": { |
| 8458 | + "ownerSecurityGroup": "mtafc" |
| 8459 | + } |
| 8460 | + }, |
| 8461 | + "ConfigurationMonitoring.ReadWrite.All": { |
| 8462 | + "schemes": { |
| 8463 | + "DelegatedWork": { |
| 8464 | + "adminDisplayName": "Read and write all Configuration Monitoring entities", |
| 8465 | + "adminDescription": "Allows the app to read and write all Configuration Monitoring entities on behalf of the signed-in user.", |
| 8466 | + "userDisplayName": "Read and write all Configuration Monitoring entities", |
| 8467 | + "userDescription": "Allows the app to read and write all Configuration Monitoring entities on your behalf.", |
| 8468 | + "requiresAdminConsent": true, |
| 8469 | + "privilegeLevel": 4 |
| 8470 | + } |
| 8471 | + }, |
| 8472 | + "pathSets": [ |
| 8473 | + { |
| 8474 | + "schemeKeys": [ |
| 8475 | + "DelegatedWork" |
| 8476 | + ], |
| 8477 | + "methods": [ |
| 8478 | + "GET" |
| 8479 | + ], |
| 8480 | + "paths": { |
| 8481 | + "/configurationManagement/configurationDrifts": "least=DelegatedWork", |
| 8482 | + "/configurationManagement/configurationDrifts({id})": "least=DelegatedWork", |
| 8483 | + "/configurationManagement/configurationMonitoringResults": "least=DelegatedWork", |
| 8484 | + "/configurationManagement/configurationMonitoringResults({id})": "least=DelegatedWork", |
| 8485 | + "/configurationManagement/configurationMonitors": "least=DelegatedWork", |
| 8486 | + "/configurationManagement/configurationMonitors({id})": "least=DelegatedWork", |
| 8487 | + "/configurationManagement/configurationMonitors({id})/configurationBaseline": "least=DelegatedWork" |
| 8488 | + } |
| 8489 | + }, |
| 8490 | + { |
| 8491 | + "schemeKeys": [ |
| 8492 | + "DelegatedWork" |
| 8493 | + ], |
| 8494 | + "methods": [ |
| 8495 | + "POST" |
| 8496 | + ], |
| 8497 | + "paths": { |
| 8498 | + "/configurationManagement/configurationMonitors": "least=DelegatedWork" |
| 8499 | + } |
| 8500 | + }, |
| 8501 | + { |
| 8502 | + "schemeKeys": [ |
| 8503 | + "DelegatedWork" |
| 8504 | + ], |
| 8505 | + "methods": [ |
| 8506 | + "PATCH" |
| 8507 | + ], |
| 8508 | + "paths": { |
| 8509 | + "/configurationManagement/configurationMonitors({id})": "least=DelegatedWork" |
| 8510 | + } |
| 8511 | + }, |
| 8512 | + { |
| 8513 | + "schemeKeys": [ |
| 8514 | + "DelegatedWork" |
| 8515 | + ], |
| 8516 | + "methods": [ |
| 8517 | + "PUT" |
| 8518 | + ], |
| 8519 | + "paths": { |
| 8520 | + "/configurationManagement/configurationMonitors({id})/configurationBaseline": "least=DelegatedWork" |
| 8521 | + } |
| 8522 | + }, |
| 8523 | + { |
| 8524 | + "schemeKeys": [ |
| 8525 | + "DelegatedWork" |
| 8526 | + ], |
| 8527 | + "methods": [ |
| 8528 | + "DELETE" |
| 8529 | + ], |
| 8530 | + "paths": { |
| 8531 | + "/configurationManagement/configurationMonitors({id})": "least=DelegatedWork" |
| 8532 | + } |
| 8533 | + } |
| 8534 | + ], |
| 8535 | + "ownerInfo": { |
| 8536 | + "ownerSecurityGroup": "mtafc" |
| 8537 | + } |
| 8538 | + }, |
8427 | 8539 | "ConsentRequest.Read.All": { |
8428 | 8540 | "schemes": { |
8429 | 8541 | "DelegatedWork": { |
|
0 commit comments