@@ -36893,6 +36893,186 @@
3689336893 "ownerSecurityGroup": "secgraphschema"
3689436894 }
3689536895 },
36896+ "SecurityIdentitiesHealth.Read.All": {
36897+ "schemes": {
36898+ "DelegatedWork": {
36899+ "adminDisplayName": "Read identity security health issues",
36900+ "adminDescription": "Allows the app to read all the identity security health issues of signed user",
36901+ "userDisplayName": "Read identity security health issues",
36902+ "userDescription": "Allows the app to read all the identity security health issues on your behalf.",
36903+ "requiresAdminConsent": true,
36904+ "privilegeLevel": 3
36905+ },
36906+ "Application": {
36907+ "adminDisplayName": "Read all identity security health issues",
36908+ "adminDescription": "Allows the app to read all the identity security health issues without a signed-in user.",
36909+ "requiresAdminConsent": true,
36910+ "privilegeLevel": 4
36911+ }
36912+ },
36913+ "pathSets": [
36914+ {
36915+ "schemeKeys": [
36916+ "DelegatedWork",
36917+ "Application"
36918+ ],
36919+ "methods": [
36920+ "GET"
36921+ ],
36922+ "paths": {
36923+ "/security/identities/healthIssues": "least=DelegatedWork,Application",
36924+ "/security/identities/healthIssues/{id}": "least=DelegatedWork,Application"
36925+ }
36926+ }
36927+ ],
36928+ "ownerInfo": {
36929+ "ownerSecurityGroup": "tri-msgraph"
36930+ }
36931+ },
36932+ "SecurityIdentitiesHealth.ReadWrite.All": {
36933+ "schemes": {
36934+ "DelegatedWork": {
36935+ "adminDisplayName": "Read and write identity security health issues",
36936+ "adminDescription": "Allows the app to read and write identity security health issues on behalf of the signed-in user.",
36937+ "userDisplayName": "Read and write identity security health issues",
36938+ "userDescription": "Allows the app to read and write identity security health issues on your behalf.",
36939+ "requiresAdminConsent": true,
36940+ "privilegeLevel": 3
36941+ },
36942+ "Application": {
36943+ "adminDisplayName": "Read and write all identity security health issues",
36944+ "adminDescription": "Allows the app to read and write identity security health issues without a signed-in user.",
36945+ "requiresAdminConsent": true,
36946+ "privilegeLevel": 4
36947+ }
36948+ },
36949+ "pathSets": [
36950+ {
36951+ "schemeKeys": [
36952+ "DelegatedWork",
36953+ "Application"
36954+ ],
36955+ "methods": [
36956+ "PATCH"
36957+ ],
36958+ "paths": {
36959+ "/security/identities/healthIssues/{id}": "least=DelegatedWork,Application"
36960+ }
36961+ },
36962+ {
36963+ "schemeKeys": [
36964+ "DelegatedWork",
36965+ "Application"
36966+ ],
36967+ "methods": [
36968+ "GET"
36969+ ],
36970+ "paths": {
36971+ "/security/identities/healthIssues": "",
36972+ "/security/identities/healthIssues/{id}": ""
36973+ }
36974+ }
36975+ ],
36976+ "ownerInfo": {
36977+ "ownerSecurityGroup": "tri-msgraph"
36978+ }
36979+ },
36980+ "SecurityIdentitiesSensors.Read.All": {
36981+ "schemes": {
36982+ "DelegatedWork": {
36983+ "adminDisplayName": "Read identity security sensors",
36984+ "adminDescription": "Allows the app to read all the identity security sensors of signed user",
36985+ "userDisplayName": "Read identity security sensors",
36986+ "userDescription": "Allows the app to read all the identity security sensors on your behalf.",
36987+ "requiresAdminConsent": true,
36988+ "privilegeLevel": 3
36989+ },
36990+ "Application": {
36991+ "adminDisplayName": "Read all identity security sensors",
36992+ "adminDescription": "Allows the app to read all the identity security sensors without a signed-in user.",
36993+ "requiresAdminConsent": true,
36994+ "privilegeLevel": 4
36995+ }
36996+ },
36997+ "pathSets": [
36998+ {
36999+ "schemeKeys": [
37000+ "DelegatedWork",
37001+ "Application"
37002+ ],
37003+ "methods": [
37004+ "GET"
37005+ ],
37006+ "paths": {
37007+ "/security/identities/sensors": "least=DelegatedWork,Application",
37008+ "/security/identities/sensors/{id}": "least=DelegatedWork,Application",
37009+ "/security/identities/sensors/getDeploymentPackageUri": "least=DelegatedWork,Application"
37010+ }
37011+ }
37012+ ],
37013+ "ownerInfo": {
37014+ "ownerSecurityGroup": "tri-msgraph"
37015+ }
37016+ },
37017+ "SecurityIdentitiesSensors.ReadWrite.All": {
37018+ "schemes": {
37019+ "DelegatedWork": {
37020+ "adminDisplayName": "Read and write identity security sensors",
37021+ "adminDescription": "Allows the app to read and write identity security sensors on behalf of the signed-in user.",
37022+ "userDisplayName": "Read and write identity security sensors",
37023+ "userDescription": "Allows the app to read and write identity security sensors on your behalf.",
37024+ "requiresAdminConsent": true,
37025+ "privilegeLevel": 3
37026+ },
37027+ "Application": {
37028+ "adminDisplayName": "Read and write all identity security sensors",
37029+ "adminDescription": "Allows the app to read and write identity security sensors without a signed-in user.",
37030+ "requiresAdminConsent": true,
37031+ "privilegeLevel": 4
37032+ }
37033+ },
37034+ "pathSets": [
37035+ {
37036+ "schemeKeys": [
37037+ "DelegatedWork",
37038+ "Application"
37039+ ],
37040+ "methods": [
37041+ "PATCH"
37042+ ],
37043+ "paths": {
37044+ "/security/identities/sensors/{id}": "least=DelegatedWork,Application"
37045+ }
37046+ },
37047+ {
37048+ "schemeKeys": [
37049+ "DelegatedWork",
37050+ "Application"
37051+ ],
37052+ "methods": [
37053+ "POST"
37054+ ],
37055+ "paths": {
37056+ "/security/identities/sensors/regenerateDeploymentAccessKey": "least=DelegatedWork,Application"
37057+ }
37058+ },
37059+ {
37060+ "schemeKeys": [
37061+ "DelegatedWork",
37062+ "Application"
37063+ ],
37064+ "methods": [
37065+ "GET"
37066+ ],
37067+ "paths": {
37068+ "/security/identities/sensors/getDeploymentAccessKey": "least=DelegatedWork,Application"
37069+ }
37070+ }
37071+ ],
37072+ "ownerInfo": {
37073+ "ownerSecurityGroup": "tri-msgraph"
37074+ }
37075+ },
3689637076 "SecurityIncident.Read.All": {
3689737077 "schemes": {
3689837078 "DelegatedWork": {
0 commit comments