@@ -40096,6 +40096,192 @@
4009640096 "ownerSecurityGroup": "IdentityReq"
4009740097 }
4009840098 },
40099+ "SensitivityLabel.Evaluate": {
40100+ "authorizationType": "oAuth2",
40101+ "schemes": {
40102+ "DelegatedWork": {
40103+ "adminDisplayName": "Evaluate labels user scope.",
40104+ "adminDescription": "Allows the app to evaluate all sensitivity label.",
40105+ "userDisplayName": "Evaluate labels user scope",
40106+ "userDescription": "Evaluate labels tenant scope, on your behalf.",
40107+ "requiresAdminConsent": true,
40108+ "privilegeLevel": 4
40109+ },
40110+ "Application": {
40111+ "adminDisplayName": "Evaluate labels user scope.",
40112+ "adminDescription": "Allows the app to evaluate all sensitivity label.",
40113+ "requiresAdminConsent": true,
40114+ "privilegeLevel": 4
40115+ }
40116+ },
40117+ "pathSets": [
40118+ {
40119+ "schemeKeys": [
40120+ "DelegatedWork",
40121+ "Application"
40122+ ],
40123+ "methods": [
40124+ "GET"
40125+ ],
40126+ "paths": {
40127+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance": "",
40128+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale={locale},contentFormats={contentFormats})": ""
40129+ }
40130+ },
40131+ {
40132+ "schemeKeys": [
40133+ "DelegatedWork",
40134+ "Application"
40135+ ],
40136+ "methods": [
40137+ "POST"
40138+ ],
40139+ "paths": {
40140+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance": ""
40141+ }
40142+ }
40143+ ],
40144+ "ownerInfo": {
40145+ "ownerSecurityGroup": "DcsMsGraphSchemaAdmins"
40146+ }
40147+ },
40148+ "SensitivityLabel.Evaluate.All": {
40149+ "authorizationType": "oAuth2",
40150+ "schemes": {
40151+ "DelegatedWork": {
40152+ "adminDisplayName": "Evaluate labels tenant scope.",
40153+ "adminDescription": "Allows the app to evaluate all sensitivity label.",
40154+ "userDisplayName": "Evaluate labels tenant scope",
40155+ "userDescription": "Evaluate labels tenant scope, on your behalf.",
40156+ "requiresAdminConsent": true,
40157+ "privilegeLevel": 4
40158+ },
40159+ "Application": {
40160+ "adminDisplayName": "Evaluate labels tenant scope.",
40161+ "adminDescription": "Allows the app to evaluate all sensitivity label.",
40162+ "requiresAdminConsent": true,
40163+ "privilegeLevel": 4
40164+ }
40165+ },
40166+ "pathSets": [
40167+ {
40168+ "schemeKeys": [
40169+ "DelegatedWork",
40170+ "Application"
40171+ ],
40172+ "methods": [
40173+ "POST"
40174+ ],
40175+ "paths": {
40176+ "/informationProtection/sensitivityLabels/evaluate": "least=Application,DelegatedWork"
40177+ }
40178+ },
40179+ {
40180+ "schemeKeys": [
40181+ "DelegatedWork",
40182+ "Application"
40183+ ],
40184+ "methods": [
40185+ "POST"
40186+ ],
40187+ "paths": {
40188+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeRightsAndInheritance": "least=DelegatedWork,Application"
40189+ }
40190+ },
40191+ {
40192+ "schemeKeys": [
40193+ "DelegatedWork",
40194+ "Application"
40195+ ],
40196+ "methods": [
40197+ "GET"
40198+ ],
40199+ "paths": {
40200+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance": "least=DelegatedWork,Application",
40201+ "/security/dataSecurityAndGovernance/sensitivityLabels/computeInheritance(labelIds={labelIds},locale={locale},contentFormats={contentFormats})": "least=DelegatedWork,Application"
40202+ }
40203+ }
40204+ ],
40205+ "ownerInfo": {
40206+ "ownerSecurityGroup": "DcsMsGraphSchemaAdmins"
40207+ }
40208+ },
40209+ "SensitivityLabel.Read": {
40210+ "authorizationType": "oAuth2",
40211+ "schemes": {
40212+ "DelegatedWork": {
40213+ "adminDisplayName": "Get labels user scope.",
40214+ "adminDescription": "Allows the app to get sensitivity labels.",
40215+ "userDisplayName": "Get labels user scope",
40216+ "userDescription": "Get labels on behalf of user.",
40217+ "requiresAdminConsent": true,
40218+ "privilegeLevel": 1
40219+ },
40220+ "Application": {
40221+ "adminDisplayName": "Get labels application scope.",
40222+ "adminDescription": "Allows the app to get sensitivity labels.",
40223+ "requiresAdminConsent": true,
40224+ "privilegeLevel": 2
40225+ }
40226+ },
40227+ "pathSets": [
40228+ {
40229+ "schemeKeys": [
40230+ "DelegatedWork",
40231+ "Application"
40232+ ],
40233+ "methods": [
40234+ "GET"
40235+ ],
40236+ "paths": {
40237+ "/security/dataSecurityAndGovernance/sensitivityLabels": "least=DelegatedWork,Application",
40238+ "/security/dataSecurityAndGovernance/sensitivityLabels/{id}": "least=DelegatedWork,Application",
40239+ "/security/dataSecurityAndGovernance/sensitivityLabels/{id}/rights": "least=DelegatedWork,Application"
40240+ }
40241+ }
40242+ ],
40243+ "ownerInfo": {
40244+ "ownerSecurityGroup": "DcsMsGraphSchemaAdmins"
40245+ }
40246+ },
40247+ "SensitivityLabels.Read.All": {
40248+ "authorizationType": "oAuth2",
40249+ "schemes": {
40250+ "DelegatedWork": {
40251+ "adminDisplayName": "Get labels app scope.",
40252+ "adminDescription": "Allows the app to get sensitivity labels.",
40253+ "userDisplayName": "Get labels on behalf of user",
40254+ "userDescription": "Get labels on behalf of user.",
40255+ "requiresAdminConsent": true,
40256+ "privilegeLevel": 1
40257+ },
40258+ "Application": {
40259+ "adminDisplayName": "Get labels app scope.",
40260+ "adminDescription": "Allows the app to get sensitivity labels.",
40261+ "requiresAdminConsent": true,
40262+ "privilegeLevel": 2
40263+ }
40264+ },
40265+ "pathSets": [
40266+ {
40267+ "schemeKeys": [
40268+ "DelegatedWork",
40269+ "Application"
40270+ ],
40271+ "methods": [
40272+ "GET"
40273+ ],
40274+ "paths": {
40275+ "/security/dataSecurityAndGovernance/sensitivityLabels": "",
40276+ "/security/dataSecurityAndGovernance/sensitivityLabels/{id}": "",
40277+ "/security/dataSecurityAndGovernance/sensitivityLabels/{id}/rights": ""
40278+ }
40279+ }
40280+ ],
40281+ "ownerInfo": {
40282+ "ownerSecurityGroup": "DcsMsGraphSchemaAdmins"
40283+ }
40284+ },
4009940285 "ServiceActivity-Exchange.Read.All": {
4010040286 "schemes": {
4010140287 "DelegatedWork": {
0 commit comments