@microsoft/msgraph-sdk-security 1.0.0-preview.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +11 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/security/alerts/count/index.d.ts +40 -0
- package/security/alerts/count/index.d.ts.map +1 -0
- package/security/alerts/count/index.js +35 -0
- package/security/alerts/index.d.ts +96 -0
- package/security/alerts/index.d.ts.map +1 -0
- package/security/alerts/index.js +70 -0
- package/security/alerts/item/index.d.ts +57 -0
- package/security/alerts/item/index.d.ts.map +1 -0
- package/security/alerts/item/index.js +48 -0
- package/security/alerts_v2/count/index.d.ts +40 -0
- package/security/alerts_v2/count/index.d.ts.map +1 -0
- package/security/alerts_v2/count/index.js +35 -0
- package/security/alerts_v2/index.d.ts +96 -0
- package/security/alerts_v2/index.d.ts.map +1 -0
- package/security/alerts_v2/index.js +71 -0
- package/security/alerts_v2/item/comments/count/index.d.ts +40 -0
- package/security/alerts_v2/item/comments/count/index.d.ts.map +1 -0
- package/security/alerts_v2/item/comments/count/index.js +35 -0
- package/security/alerts_v2/item/comments/index.d.ts +39 -0
- package/security/alerts_v2/item/comments/index.d.ts.map +1 -0
- package/security/alerts_v2/item/comments/index.js +41 -0
- package/security/alerts_v2/item/index.d.ts +77 -0
- package/security/alerts_v2/item/index.d.ts.map +1 -0
- package/security/alerts_v2/item/index.js +67 -0
- package/security/attackSimulation/endUserNotifications/count/index.d.ts +40 -0
- package/security/attackSimulation/endUserNotifications/count/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/count/index.js +35 -0
- package/security/attackSimulation/endUserNotifications/index.d.ts +96 -0
- package/security/attackSimulation/endUserNotifications/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/index.js +71 -0
- package/security/attackSimulation/endUserNotifications/item/details/count/index.d.ts +40 -0
- package/security/attackSimulation/endUserNotifications/item/details/count/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/item/details/count/index.js +35 -0
- package/security/attackSimulation/endUserNotifications/item/details/index.d.ts +95 -0
- package/security/attackSimulation/endUserNotifications/item/details/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/item/details/index.js +70 -0
- package/security/attackSimulation/endUserNotifications/item/details/item/index.d.ts +66 -0
- package/security/attackSimulation/endUserNotifications/item/details/item/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/item/details/item/index.js +56 -0
- package/security/attackSimulation/endUserNotifications/item/index.d.ts +75 -0
- package/security/attackSimulation/endUserNotifications/item/index.d.ts.map +1 -0
- package/security/attackSimulation/endUserNotifications/item/index.js +67 -0
- package/security/attackSimulation/index.d.ts +110 -0
- package/security/attackSimulation/index.d.ts.map +1 -0
- package/security/attackSimulation/index.js +109 -0
- package/security/attackSimulation/landingPages/count/index.d.ts +40 -0
- package/security/attackSimulation/landingPages/count/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/count/index.js +35 -0
- package/security/attackSimulation/landingPages/index.d.ts +96 -0
- package/security/attackSimulation/landingPages/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/index.js +71 -0
- package/security/attackSimulation/landingPages/item/details/count/index.d.ts +40 -0
- package/security/attackSimulation/landingPages/item/details/count/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/item/details/count/index.js +35 -0
- package/security/attackSimulation/landingPages/item/details/index.d.ts +95 -0
- package/security/attackSimulation/landingPages/item/details/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/item/details/index.js +70 -0
- package/security/attackSimulation/landingPages/item/details/item/index.d.ts +66 -0
- package/security/attackSimulation/landingPages/item/details/item/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/item/details/item/index.js +56 -0
- package/security/attackSimulation/landingPages/item/index.d.ts +75 -0
- package/security/attackSimulation/landingPages/item/index.d.ts.map +1 -0
- package/security/attackSimulation/landingPages/item/index.js +67 -0
- package/security/attackSimulation/loginPages/count/index.d.ts +40 -0
- package/security/attackSimulation/loginPages/count/index.d.ts.map +1 -0
- package/security/attackSimulation/loginPages/count/index.js +35 -0
- package/security/attackSimulation/loginPages/index.d.ts +96 -0
- package/security/attackSimulation/loginPages/index.d.ts.map +1 -0
- package/security/attackSimulation/loginPages/index.js +70 -0
- package/security/attackSimulation/loginPages/item/index.d.ts +66 -0
- package/security/attackSimulation/loginPages/item/index.d.ts.map +1 -0
- package/security/attackSimulation/loginPages/item/index.js +56 -0
- package/security/attackSimulation/operations/count/index.d.ts +40 -0
- package/security/attackSimulation/operations/count/index.d.ts.map +1 -0
- package/security/attackSimulation/operations/count/index.js +35 -0
- package/security/attackSimulation/operations/index.d.ts +95 -0
- package/security/attackSimulation/operations/index.d.ts.map +1 -0
- package/security/attackSimulation/operations/index.js +70 -0
- package/security/attackSimulation/operations/item/index.d.ts +67 -0
- package/security/attackSimulation/operations/item/index.d.ts.map +1 -0
- package/security/attackSimulation/operations/item/index.js +56 -0
- package/security/attackSimulation/payloads/count/index.d.ts +40 -0
- package/security/attackSimulation/payloads/count/index.d.ts.map +1 -0
- package/security/attackSimulation/payloads/count/index.js +35 -0
- package/security/attackSimulation/payloads/index.d.ts +96 -0
- package/security/attackSimulation/payloads/index.d.ts.map +1 -0
- package/security/attackSimulation/payloads/index.js +70 -0
- package/security/attackSimulation/payloads/item/index.d.ts +66 -0
- package/security/attackSimulation/payloads/item/index.d.ts.map +1 -0
- package/security/attackSimulation/payloads/item/index.js +56 -0
- package/security/attackSimulation/simulationAutomations/count/index.d.ts +40 -0
- package/security/attackSimulation/simulationAutomations/count/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/count/index.js +35 -0
- package/security/attackSimulation/simulationAutomations/index.d.ts +96 -0
- package/security/attackSimulation/simulationAutomations/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/index.js +71 -0
- package/security/attackSimulation/simulationAutomations/item/index.d.ts +76 -0
- package/security/attackSimulation/simulationAutomations/item/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/item/index.js +67 -0
- package/security/attackSimulation/simulationAutomations/item/runs/count/index.d.ts +40 -0
- package/security/attackSimulation/simulationAutomations/item/runs/count/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/item/runs/count/index.js +35 -0
- package/security/attackSimulation/simulationAutomations/item/runs/index.d.ts +96 -0
- package/security/attackSimulation/simulationAutomations/item/runs/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/item/runs/index.js +70 -0
- package/security/attackSimulation/simulationAutomations/item/runs/item/index.d.ts +66 -0
- package/security/attackSimulation/simulationAutomations/item/runs/item/index.d.ts.map +1 -0
- package/security/attackSimulation/simulationAutomations/item/runs/item/index.js +56 -0
- package/security/attackSimulation/simulations/count/index.d.ts +40 -0
- package/security/attackSimulation/simulations/count/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/count/index.js +35 -0
- package/security/attackSimulation/simulations/index.d.ts +97 -0
- package/security/attackSimulation/simulations/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/index.js +71 -0
- package/security/attackSimulation/simulations/item/index.d.ts +88 -0
- package/security/attackSimulation/simulations/item/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/item/index.js +76 -0
- package/security/attackSimulation/simulations/item/landingPage/index.d.ts +41 -0
- package/security/attackSimulation/simulations/item/landingPage/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/item/landingPage/index.js +36 -0
- package/security/attackSimulation/simulations/item/loginPage/index.d.ts +41 -0
- package/security/attackSimulation/simulations/item/loginPage/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/item/loginPage/index.js +36 -0
- package/security/attackSimulation/simulations/item/payload/index.d.ts +41 -0
- package/security/attackSimulation/simulations/item/payload/index.d.ts.map +1 -0
- package/security/attackSimulation/simulations/item/payload/index.js +36 -0
- package/security/attackSimulation/trainings/count/index.d.ts +40 -0
- package/security/attackSimulation/trainings/count/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/count/index.js +35 -0
- package/security/attackSimulation/trainings/index.d.ts +96 -0
- package/security/attackSimulation/trainings/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/index.js +71 -0
- package/security/attackSimulation/trainings/item/index.d.ts +75 -0
- package/security/attackSimulation/trainings/item/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/item/index.js +67 -0
- package/security/attackSimulation/trainings/item/languageDetails/count/index.d.ts +40 -0
- package/security/attackSimulation/trainings/item/languageDetails/count/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/item/languageDetails/count/index.js +35 -0
- package/security/attackSimulation/trainings/item/languageDetails/index.d.ts +95 -0
- package/security/attackSimulation/trainings/item/languageDetails/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/item/languageDetails/index.js +70 -0
- package/security/attackSimulation/trainings/item/languageDetails/item/index.d.ts +66 -0
- package/security/attackSimulation/trainings/item/languageDetails/item/index.d.ts.map +1 -0
- package/security/attackSimulation/trainings/item/languageDetails/item/index.js +56 -0
- package/security/cases/ediscoveryCases/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/count/index.js +35 -0
- package/security/cases/ediscoveryCases/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/index.js +71 -0
- package/security/cases/ediscoveryCases/item/custodians/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/custodians/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/custodians/index.d.ts +107 -0
- package/security/cases/ediscoveryCases/item/custodians/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/index.js +81 -0
- package/security/cases/ediscoveryCases/item/custodians/item/index.d.ts +116 -0
- package/security/cases/ediscoveryCases/item/custodians/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/index.js +109 -0
- package/security/cases/ediscoveryCases/item/custodians/item/lastIndexOperation/index.d.ts +42 -0
- package/security/cases/ediscoveryCases/item/custodians/item/lastIndexOperation/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/lastIndexOperation/index.js +36 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityActivate/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityActivate/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityActivate/index.js +26 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityApplyHold/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityApplyHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityApplyHold/index.js +26 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRelease/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRelease/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRelease/index.js +26 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRemoveHold/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRemoveHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityRemoveHold/index.js +26 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityUpdateIndex/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityUpdateIndex/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/microsoftGraphSecurityUpdateIndex/index.js +26 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/index.js +71 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/index.d.ts +75 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/index.js +66 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/site/index.d.ts +41 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/site/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/siteSources/item/site/index.js +36 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/index.js +71 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/index.d.ts +50 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/index.js +47 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/index.d.ts +74 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/group/serviceProvisioningErrors/index.js +52 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/index.d.ts +75 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/unifiedGroupSources/item/index.js +67 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/index.js +70 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/item/index.d.ts +66 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/item/userSources/item/index.js +56 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityApplyHold/index.d.ts +58 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityApplyHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityApplyHold/index.js +58 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityRemoveHold/index.d.ts +58 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityRemoveHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/custodians/microsoftGraphSecurityRemoveHold/index.js +58 -0
- package/security/cases/ediscoveryCases/item/index.d.ts +118 -0
- package/security/cases/ediscoveryCases/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/index.js +113 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityClose/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityClose/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityClose/index.js +26 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityReopen/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityReopen/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/microsoftGraphSecurityReopen/index.js +26 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/index.d.ts +106 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/index.js +81 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/dataSource/index.d.ts +66 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/dataSource/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/dataSource/index.js +56 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/index.d.ts +100 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/index.js +91 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/lastIndexOperation/index.d.ts +41 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/lastIndexOperation/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/lastIndexOperation/index.js +36 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityApplyHold/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityApplyHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityApplyHold/index.js +26 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRelease/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRelease/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRelease/index.js +26 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRemoveHold/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRemoveHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityRemoveHold/index.js +26 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityUpdateIndex/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityUpdateIndex/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/item/microsoftGraphSecurityUpdateIndex/index.js +26 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityApplyHold/index.d.ts +58 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityApplyHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityApplyHold/index.js +58 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityRemoveHold/index.d.ts +58 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityRemoveHold/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/noncustodialDataSources/microsoftGraphSecurityRemoveHold/index.js +58 -0
- package/security/cases/ediscoveryCases/item/operations/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/operations/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/operations/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/operations/index.d.ts +96 -0
- package/security/cases/ediscoveryCases/item/operations/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/operations/index.js +70 -0
- package/security/cases/ediscoveryCases/item/operations/item/index.d.ts +67 -0
- package/security/cases/ediscoveryCases/item/operations/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/operations/item/index.js +56 -0
- package/security/cases/ediscoveryCases/item/reviewSets/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/reviewSets/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/reviewSets/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/reviewSets/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/index.js +71 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/index.d.ts +86 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/index.js +77 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityAddToReviewSet/index.d.ts +64 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityAddToReviewSet/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityAddToReviewSet/index.js +61 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityExport/index.d.ts +72 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityExport/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityExport/index.js +65 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/index.js +71 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/index.d.ts +83 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/index.js +71 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityApplyTags/index.d.ts +64 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityApplyTags/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityApplyTags/index.js +61 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityExport/index.d.ts +72 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityExport/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/reviewSets/item/queries/item/microsoftGraphSecurityExport/index.js +65 -0
- package/security/cases/ediscoveryCases/item/searches/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/searches/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/searches/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/searches/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/index.js +71 -0
- package/security/cases/ediscoveryCases/item/searches/item/addToReviewSetOperation/index.d.ts +41 -0
- package/security/cases/ediscoveryCases/item/searches/item/addToReviewSetOperation/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/addToReviewSetOperation/index.js +36 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/index.d.ts +97 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/index.js +70 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/item/index.d.ts +66 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/additionalSources/item/index.js +56 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/index.d.ts +82 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/index.js +58 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/item/index.d.ts +53 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/custodianSources/item/index.js +44 -0
- package/security/cases/ediscoveryCases/item/searches/item/index.d.ts +108 -0
- package/security/cases/ediscoveryCases/item/searches/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/index.js +99 -0
- package/security/cases/ediscoveryCases/item/searches/item/lastEstimateStatisticsOperation/index.d.ts +42 -0
- package/security/cases/ediscoveryCases/item/searches/item/lastEstimateStatisticsOperation/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/lastEstimateStatisticsOperation/index.js +36 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityEstimateStatistics/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityEstimateStatistics/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityEstimateStatistics/index.js +26 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityPurgeData/index.d.ts +64 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityPurgeData/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/microsoftGraphSecurityPurgeData/index.js +61 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/index.d.ts +81 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/index.js +58 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/item/index.d.ts +53 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/searches/item/noncustodialSources/item/index.js +44 -0
- package/security/cases/ediscoveryCases/item/settings/index.d.ts +77 -0
- package/security/cases/ediscoveryCases/item/settings/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/settings/index.js +66 -0
- package/security/cases/ediscoveryCases/item/settings/microsoftGraphSecurityResetToDefault/index.d.ts +27 -0
- package/security/cases/ediscoveryCases/item/settings/microsoftGraphSecurityResetToDefault/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/settings/microsoftGraphSecurityResetToDefault/index.js +26 -0
- package/security/cases/ediscoveryCases/item/tags/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/tags/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/tags/index.d.ts +102 -0
- package/security/cases/ediscoveryCases/item/tags/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/index.js +76 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/count/index.d.ts +40 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/count/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/count/index.js +35 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/index.d.ts +81 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/index.js +58 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/item/index.d.ts +41 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/item/childTags/item/index.js +36 -0
- package/security/cases/ediscoveryCases/item/tags/item/index.d.ts +83 -0
- package/security/cases/ediscoveryCases/item/tags/item/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/item/index.js +72 -0
- package/security/cases/ediscoveryCases/item/tags/item/parent/index.d.ts +41 -0
- package/security/cases/ediscoveryCases/item/tags/item/parent/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/item/parent/index.js +36 -0
- package/security/cases/ediscoveryCases/item/tags/microsoftGraphSecurityAsHierarchy/index.d.ts +84 -0
- package/security/cases/ediscoveryCases/item/tags/microsoftGraphSecurityAsHierarchy/index.d.ts.map +1 -0
- package/security/cases/ediscoveryCases/item/tags/microsoftGraphSecurityAsHierarchy/index.js +68 -0
- package/security/cases/index.d.ts +75 -0
- package/security/cases/index.d.ts.map +1 -0
- package/security/cases/index.js +67 -0
- package/security/incidents/count/index.d.ts +40 -0
- package/security/incidents/count/index.d.ts.map +1 -0
- package/security/incidents/count/index.js +35 -0
- package/security/incidents/index.d.ts +96 -0
- package/security/incidents/index.d.ts.map +1 -0
- package/security/incidents/index.js +71 -0
- package/security/incidents/item/alerts/count/index.d.ts +40 -0
- package/security/incidents/item/alerts/count/index.d.ts.map +1 -0
- package/security/incidents/item/alerts/count/index.js +35 -0
- package/security/incidents/item/alerts/index.d.ts +81 -0
- package/security/incidents/item/alerts/index.d.ts.map +1 -0
- package/security/incidents/item/alerts/index.js +59 -0
- package/security/incidents/item/alerts/item/comments/count/index.d.ts +40 -0
- package/security/incidents/item/alerts/item/comments/count/index.d.ts.map +1 -0
- package/security/incidents/item/alerts/item/comments/count/index.js +35 -0
- package/security/incidents/item/alerts/item/comments/index.d.ts +39 -0
- package/security/incidents/item/alerts/item/comments/index.d.ts.map +1 -0
- package/security/incidents/item/alerts/item/comments/index.js +41 -0
- package/security/incidents/item/alerts/item/index.d.ts +50 -0
- package/security/incidents/item/alerts/item/index.d.ts.map +1 -0
- package/security/incidents/item/alerts/item/index.js +47 -0
- package/security/incidents/item/index.d.ts +77 -0
- package/security/incidents/item/index.d.ts.map +1 -0
- package/security/incidents/item/index.js +67 -0
- package/security/index.d.ts +119 -0
- package/security/index.d.ts.map +1 -0
- package/security/index.js +124 -0
- package/security/microsoftGraphSecurityRunHuntingQuery/index.d.ts +60 -0
- package/security/microsoftGraphSecurityRunHuntingQuery/index.d.ts.map +1 -0
- package/security/microsoftGraphSecurityRunHuntingQuery/index.js +60 -0
- package/security/secureScoreControlProfiles/count/index.d.ts +40 -0
- package/security/secureScoreControlProfiles/count/index.d.ts.map +1 -0
- package/security/secureScoreControlProfiles/count/index.js +35 -0
- package/security/secureScoreControlProfiles/index.d.ts +96 -0
- package/security/secureScoreControlProfiles/index.d.ts.map +1 -0
- package/security/secureScoreControlProfiles/index.js +70 -0
- package/security/secureScoreControlProfiles/item/index.d.ts +68 -0
- package/security/secureScoreControlProfiles/item/index.d.ts.map +1 -0
- package/security/secureScoreControlProfiles/item/index.js +56 -0
- package/security/secureScores/count/index.d.ts +40 -0
- package/security/secureScores/count/index.d.ts.map +1 -0
- package/security/secureScores/count/index.js +35 -0
- package/security/secureScores/index.d.ts +96 -0
- package/security/secureScores/index.d.ts.map +1 -0
- package/security/secureScores/index.js +70 -0
- package/security/secureScores/item/index.d.ts +67 -0
- package/security/secureScores/item/index.d.ts.map +1 -0
- package/security/secureScores/item/index.js +56 -0
- package/security/subjectRightsRequests/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/count/index.js +35 -0
- package/security/subjectRightsRequests/index.d.ts +95 -0
- package/security/subjectRightsRequests/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/index.js +71 -0
- package/security/subjectRightsRequests/item/approvers/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/item/approvers/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/count/index.js +35 -0
- package/security/subjectRightsRequests/item/approvers/index.d.ts +81 -0
- package/security/subjectRightsRequests/item/approvers/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/index.js +59 -0
- package/security/subjectRightsRequests/item/approvers/item/index.d.ts +55 -0
- package/security/subjectRightsRequests/item/approvers/item/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/item/index.js +52 -0
- package/security/subjectRightsRequests/item/approvers/item/mailboxSettings/index.d.ts +55 -0
- package/security/subjectRightsRequests/item/approvers/item/mailboxSettings/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/item/mailboxSettings/index.js +48 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/count/index.js +35 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/index.d.ts +74 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/index.js +52 -0
- package/security/subjectRightsRequests/item/collaborators/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/item/collaborators/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/count/index.js +35 -0
- package/security/subjectRightsRequests/item/collaborators/index.d.ts +81 -0
- package/security/subjectRightsRequests/item/collaborators/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/index.js +59 -0
- package/security/subjectRightsRequests/item/collaborators/item/index.d.ts +55 -0
- package/security/subjectRightsRequests/item/collaborators/item/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/item/index.js +52 -0
- package/security/subjectRightsRequests/item/collaborators/item/mailboxSettings/index.d.ts +55 -0
- package/security/subjectRightsRequests/item/collaborators/item/mailboxSettings/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/item/mailboxSettings/index.js +48 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/count/index.js +35 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/index.d.ts +74 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/index.js +52 -0
- package/security/subjectRightsRequests/item/getFinalAttachment/index.d.ts +27 -0
- package/security/subjectRightsRequests/item/getFinalAttachment/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/getFinalAttachment/index.js +27 -0
- package/security/subjectRightsRequests/item/getFinalReport/index.d.ts +27 -0
- package/security/subjectRightsRequests/item/getFinalReport/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/getFinalReport/index.js +27 -0
- package/security/subjectRightsRequests/item/index.d.ts +100 -0
- package/security/subjectRightsRequests/item/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/index.js +94 -0
- package/security/subjectRightsRequests/item/notes/count/index.d.ts +40 -0
- package/security/subjectRightsRequests/item/notes/count/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/notes/count/index.js +35 -0
- package/security/subjectRightsRequests/item/notes/index.d.ts +97 -0
- package/security/subjectRightsRequests/item/notes/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/notes/index.js +70 -0
- package/security/subjectRightsRequests/item/notes/item/index.d.ts +66 -0
- package/security/subjectRightsRequests/item/notes/item/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/notes/item/index.js +56 -0
- package/security/subjectRightsRequests/item/team/index.d.ts +41 -0
- package/security/subjectRightsRequests/item/team/index.d.ts.map +1 -0
- package/security/subjectRightsRequests/item/team/index.js +36 -0
- package/security/threatIntelligence/articleIndicators/count/index.d.ts +40 -0
- package/security/threatIntelligence/articleIndicators/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/articleIndicators/count/index.js +35 -0
- package/security/threatIntelligence/articleIndicators/index.d.ts +95 -0
- package/security/threatIntelligence/articleIndicators/index.d.ts.map +1 -0
- package/security/threatIntelligence/articleIndicators/index.js +71 -0
- package/security/threatIntelligence/articleIndicators/item/artifact/index.d.ts +41 -0
- package/security/threatIntelligence/articleIndicators/item/artifact/index.d.ts.map +1 -0
- package/security/threatIntelligence/articleIndicators/item/artifact/index.js +36 -0
- package/security/threatIntelligence/articleIndicators/item/index.d.ts +76 -0
- package/security/threatIntelligence/articleIndicators/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/articleIndicators/item/index.js +66 -0
- package/security/threatIntelligence/articles/count/index.d.ts +40 -0
- package/security/threatIntelligence/articles/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/count/index.js +35 -0
- package/security/threatIntelligence/articles/index.d.ts +96 -0
- package/security/threatIntelligence/articles/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/index.js +71 -0
- package/security/threatIntelligence/articles/item/index.d.ts +76 -0
- package/security/threatIntelligence/articles/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/item/index.js +67 -0
- package/security/threatIntelligence/articles/item/indicators/count/index.d.ts +40 -0
- package/security/threatIntelligence/articles/item/indicators/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/item/indicators/count/index.js +35 -0
- package/security/threatIntelligence/articles/item/indicators/index.d.ts +82 -0
- package/security/threatIntelligence/articles/item/indicators/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/item/indicators/index.js +58 -0
- package/security/threatIntelligence/articles/item/indicators/item/index.d.ts +41 -0
- package/security/threatIntelligence/articles/item/indicators/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/articles/item/indicators/item/index.js +36 -0
- package/security/threatIntelligence/hostComponents/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostComponents/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostComponents/count/index.js +35 -0
- package/security/threatIntelligence/hostComponents/index.d.ts +95 -0
- package/security/threatIntelligence/hostComponents/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostComponents/index.js +71 -0
- package/security/threatIntelligence/hostComponents/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/hostComponents/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostComponents/item/host/index.js +36 -0
- package/security/threatIntelligence/hostComponents/item/index.d.ts +76 -0
- package/security/threatIntelligence/hostComponents/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostComponents/item/index.js +66 -0
- package/security/threatIntelligence/hostCookies/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostCookies/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostCookies/count/index.js +35 -0
- package/security/threatIntelligence/hostCookies/index.d.ts +95 -0
- package/security/threatIntelligence/hostCookies/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostCookies/index.js +71 -0
- package/security/threatIntelligence/hostCookies/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/hostCookies/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostCookies/item/host/index.js +36 -0
- package/security/threatIntelligence/hostCookies/item/index.d.ts +76 -0
- package/security/threatIntelligence/hostCookies/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostCookies/item/index.js +66 -0
- package/security/threatIntelligence/hostPairs/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostPairs/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPairs/count/index.js +35 -0
- package/security/threatIntelligence/hostPairs/index.d.ts +95 -0
- package/security/threatIntelligence/hostPairs/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPairs/index.js +71 -0
- package/security/threatIntelligence/hostPairs/item/childHost/index.d.ts +41 -0
- package/security/threatIntelligence/hostPairs/item/childHost/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPairs/item/childHost/index.js +36 -0
- package/security/threatIntelligence/hostPairs/item/index.d.ts +81 -0
- package/security/threatIntelligence/hostPairs/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPairs/item/index.js +71 -0
- package/security/threatIntelligence/hostPairs/item/parentHost/index.d.ts +41 -0
- package/security/threatIntelligence/hostPairs/item/parentHost/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPairs/item/parentHost/index.js +36 -0
- package/security/threatIntelligence/hostPorts/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostPorts/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPorts/count/index.js +35 -0
- package/security/threatIntelligence/hostPorts/index.d.ts +95 -0
- package/security/threatIntelligence/hostPorts/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPorts/index.js +71 -0
- package/security/threatIntelligence/hostPorts/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/hostPorts/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPorts/item/host/index.js +36 -0
- package/security/threatIntelligence/hostPorts/item/index.d.ts +81 -0
- package/security/threatIntelligence/hostPorts/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPorts/item/index.js +71 -0
- package/security/threatIntelligence/hostPorts/item/mostRecentSslCertificate/index.d.ts +41 -0
- package/security/threatIntelligence/hostPorts/item/mostRecentSslCertificate/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostPorts/item/mostRecentSslCertificate/index.js +36 -0
- package/security/threatIntelligence/hostSslCertificates/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostSslCertificates/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostSslCertificates/count/index.js +35 -0
- package/security/threatIntelligence/hostSslCertificates/index.d.ts +95 -0
- package/security/threatIntelligence/hostSslCertificates/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostSslCertificates/index.js +71 -0
- package/security/threatIntelligence/hostSslCertificates/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/hostSslCertificates/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostSslCertificates/item/host/index.js +36 -0
- package/security/threatIntelligence/hostSslCertificates/item/index.d.ts +81 -0
- package/security/threatIntelligence/hostSslCertificates/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostSslCertificates/item/index.js +71 -0
- package/security/threatIntelligence/hostSslCertificates/item/sslCertificate/index.d.ts +41 -0
- package/security/threatIntelligence/hostSslCertificates/item/sslCertificate/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostSslCertificates/item/sslCertificate/index.js +36 -0
- package/security/threatIntelligence/hostTrackers/count/index.d.ts +40 -0
- package/security/threatIntelligence/hostTrackers/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostTrackers/count/index.js +35 -0
- package/security/threatIntelligence/hostTrackers/index.d.ts +95 -0
- package/security/threatIntelligence/hostTrackers/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostTrackers/index.js +71 -0
- package/security/threatIntelligence/hostTrackers/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/hostTrackers/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostTrackers/item/host/index.js +36 -0
- package/security/threatIntelligence/hostTrackers/item/index.d.ts +76 -0
- package/security/threatIntelligence/hostTrackers/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hostTrackers/item/index.js +66 -0
- package/security/threatIntelligence/hosts/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/count/index.js +35 -0
- package/security/threatIntelligence/hosts/index.d.ts +95 -0
- package/security/threatIntelligence/hosts/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/index.js +71 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/index.js +58 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/childHostPairs/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/components/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/components/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/components/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/components/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/components/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/components/index.js +58 -0
- package/security/threatIntelligence/hosts/item/components/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/components/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/components/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/cookies/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/cookies/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/cookies/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/cookies/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/cookies/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/cookies/index.js +58 -0
- package/security/threatIntelligence/hosts/item/cookies/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/cookies/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/cookies/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/hostPairs/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/hostPairs/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/hostPairs/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/hostPairs/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/hostPairs/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/hostPairs/index.js +58 -0
- package/security/threatIntelligence/hosts/item/hostPairs/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/hostPairs/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/hostPairs/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/index.d.ts +136 -0
- package/security/threatIntelligence/hosts/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/index.js +137 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/index.js +58 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/parentHostPairs/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/passiveDns/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/passiveDns/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDns/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/passiveDns/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/passiveDns/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDns/index.js +58 -0
- package/security/threatIntelligence/hosts/item/passiveDns/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/passiveDns/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDns/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/index.js +58 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/passiveDnsReverse/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/ports/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/ports/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/ports/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/ports/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/ports/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/ports/index.js +58 -0
- package/security/threatIntelligence/hosts/item/ports/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/ports/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/ports/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/reputation/index.d.ts +67 -0
- package/security/threatIntelligence/hosts/item/reputation/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/reputation/index.js +56 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/index.js +58 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/sslCertificates/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/subdomains/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/subdomains/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/subdomains/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/subdomains/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/subdomains/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/subdomains/index.js +58 -0
- package/security/threatIntelligence/hosts/item/subdomains/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/subdomains/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/subdomains/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/trackers/count/index.d.ts +40 -0
- package/security/threatIntelligence/hosts/item/trackers/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/trackers/count/index.js +35 -0
- package/security/threatIntelligence/hosts/item/trackers/index.d.ts +82 -0
- package/security/threatIntelligence/hosts/item/trackers/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/trackers/index.js +58 -0
- package/security/threatIntelligence/hosts/item/trackers/item/index.d.ts +41 -0
- package/security/threatIntelligence/hosts/item/trackers/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/trackers/item/index.js +36 -0
- package/security/threatIntelligence/hosts/item/whois/index.d.ts +42 -0
- package/security/threatIntelligence/hosts/item/whois/index.d.ts.map +1 -0
- package/security/threatIntelligence/hosts/item/whois/index.js +36 -0
- package/security/threatIntelligence/index.d.ts +155 -0
- package/security/threatIntelligence/index.d.ts.map +1 -0
- package/security/threatIntelligence/index.js +163 -0
- package/security/threatIntelligence/intelProfiles/count/index.d.ts +40 -0
- package/security/threatIntelligence/intelProfiles/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/count/index.js +35 -0
- package/security/threatIntelligence/intelProfiles/index.d.ts +96 -0
- package/security/threatIntelligence/intelProfiles/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/index.js +71 -0
- package/security/threatIntelligence/intelProfiles/item/index.d.ts +76 -0
- package/security/threatIntelligence/intelProfiles/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/item/index.js +67 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/count/index.d.ts +40 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/count/index.js +35 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/index.d.ts +82 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/index.js +58 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/item/index.d.ts +41 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelProfiles/item/indicators/item/index.js +36 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/count/index.d.ts +40 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/count/index.js +35 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/index.d.ts +95 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/index.js +71 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/artifact/index.d.ts +41 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/artifact/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/artifact/index.js +36 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/index.d.ts +76 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/intelligenceProfileIndicators/item/index.js +66 -0
- package/security/threatIntelligence/passiveDnsRecords/count/index.d.ts +40 -0
- package/security/threatIntelligence/passiveDnsRecords/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/passiveDnsRecords/count/index.js +35 -0
- package/security/threatIntelligence/passiveDnsRecords/index.d.ts +95 -0
- package/security/threatIntelligence/passiveDnsRecords/index.d.ts.map +1 -0
- package/security/threatIntelligence/passiveDnsRecords/index.js +71 -0
- package/security/threatIntelligence/passiveDnsRecords/item/artifact/index.d.ts +41 -0
- package/security/threatIntelligence/passiveDnsRecords/item/artifact/index.d.ts.map +1 -0
- package/security/threatIntelligence/passiveDnsRecords/item/artifact/index.js +36 -0
- package/security/threatIntelligence/passiveDnsRecords/item/index.d.ts +81 -0
- package/security/threatIntelligence/passiveDnsRecords/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/passiveDnsRecords/item/index.js +71 -0
- package/security/threatIntelligence/passiveDnsRecords/item/parentHost/index.d.ts +41 -0
- package/security/threatIntelligence/passiveDnsRecords/item/parentHost/index.d.ts.map +1 -0
- package/security/threatIntelligence/passiveDnsRecords/item/parentHost/index.js +36 -0
- package/security/threatIntelligence/sslCertificates/count/index.d.ts +40 -0
- package/security/threatIntelligence/sslCertificates/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/count/index.js +35 -0
- package/security/threatIntelligence/sslCertificates/index.d.ts +96 -0
- package/security/threatIntelligence/sslCertificates/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/index.js +71 -0
- package/security/threatIntelligence/sslCertificates/item/index.d.ts +76 -0
- package/security/threatIntelligence/sslCertificates/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/item/index.js +67 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/count/index.d.ts +40 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/count/index.js +35 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/index.d.ts +81 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/index.js +58 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/item/index.d.ts +41 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/sslCertificates/item/relatedHosts/item/index.js +36 -0
- package/security/threatIntelligence/subdomains/count/index.d.ts +40 -0
- package/security/threatIntelligence/subdomains/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/subdomains/count/index.js +35 -0
- package/security/threatIntelligence/subdomains/index.d.ts +95 -0
- package/security/threatIntelligence/subdomains/index.d.ts.map +1 -0
- package/security/threatIntelligence/subdomains/index.js +71 -0
- package/security/threatIntelligence/subdomains/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/subdomains/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/subdomains/item/host/index.js +36 -0
- package/security/threatIntelligence/subdomains/item/index.d.ts +76 -0
- package/security/threatIntelligence/subdomains/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/subdomains/item/index.js +66 -0
- package/security/threatIntelligence/vulnerabilities/count/index.d.ts +40 -0
- package/security/threatIntelligence/vulnerabilities/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/count/index.js +35 -0
- package/security/threatIntelligence/vulnerabilities/index.d.ts +95 -0
- package/security/threatIntelligence/vulnerabilities/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/index.js +71 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/count/index.d.ts +40 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/count/index.js +35 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/index.d.ts +81 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/index.js +58 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/item/index.d.ts +41 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/articles/item/index.js +36 -0
- package/security/threatIntelligence/vulnerabilities/item/components/count/index.d.ts +40 -0
- package/security/threatIntelligence/vulnerabilities/item/components/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/components/count/index.js +35 -0
- package/security/threatIntelligence/vulnerabilities/item/components/index.d.ts +96 -0
- package/security/threatIntelligence/vulnerabilities/item/components/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/components/index.js +70 -0
- package/security/threatIntelligence/vulnerabilities/item/components/item/index.d.ts +67 -0
- package/security/threatIntelligence/vulnerabilities/item/components/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/components/item/index.js +56 -0
- package/security/threatIntelligence/vulnerabilities/item/index.d.ts +81 -0
- package/security/threatIntelligence/vulnerabilities/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/vulnerabilities/item/index.js +73 -0
- package/security/threatIntelligence/whoisHistoryRecords/count/index.d.ts +40 -0
- package/security/threatIntelligence/whoisHistoryRecords/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisHistoryRecords/count/index.js +35 -0
- package/security/threatIntelligence/whoisHistoryRecords/index.d.ts +95 -0
- package/security/threatIntelligence/whoisHistoryRecords/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisHistoryRecords/index.js +71 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/host/index.js +36 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/index.d.ts +75 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisHistoryRecords/item/index.js +66 -0
- package/security/threatIntelligence/whoisRecords/count/index.d.ts +40 -0
- package/security/threatIntelligence/whoisRecords/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/count/index.js +35 -0
- package/security/threatIntelligence/whoisRecords/index.d.ts +96 -0
- package/security/threatIntelligence/whoisRecords/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/index.js +71 -0
- package/security/threatIntelligence/whoisRecords/item/history/count/index.d.ts +40 -0
- package/security/threatIntelligence/whoisRecords/item/history/count/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/item/history/count/index.js +35 -0
- package/security/threatIntelligence/whoisRecords/item/history/index.d.ts +82 -0
- package/security/threatIntelligence/whoisRecords/item/history/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/item/history/index.js +58 -0
- package/security/threatIntelligence/whoisRecords/item/history/item/index.d.ts +41 -0
- package/security/threatIntelligence/whoisRecords/item/history/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/item/history/item/index.js +36 -0
- package/security/threatIntelligence/whoisRecords/item/host/index.d.ts +41 -0
- package/security/threatIntelligence/whoisRecords/item/host/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/item/host/index.js +36 -0
- package/security/threatIntelligence/whoisRecords/item/index.d.ts +81 -0
- package/security/threatIntelligence/whoisRecords/item/index.d.ts.map +1 -0
- package/security/threatIntelligence/whoisRecords/item/index.js +72 -0
- package/security/triggerTypes/index.d.ts +75 -0
- package/security/triggerTypes/index.d.ts.map +1 -0
- package/security/triggerTypes/index.js +67 -0
- package/security/triggerTypes/retentionEventTypes/count/index.d.ts +40 -0
- package/security/triggerTypes/retentionEventTypes/count/index.d.ts.map +1 -0
- package/security/triggerTypes/retentionEventTypes/count/index.js +35 -0
- package/security/triggerTypes/retentionEventTypes/index.d.ts +97 -0
- package/security/triggerTypes/retentionEventTypes/index.d.ts.map +1 -0
- package/security/triggerTypes/retentionEventTypes/index.js +70 -0
- package/security/triggerTypes/retentionEventTypes/item/index.d.ts +68 -0
- package/security/triggerTypes/retentionEventTypes/item/index.d.ts.map +1 -0
- package/security/triggerTypes/retentionEventTypes/item/index.js +56 -0
- package/security/triggers/index.d.ts +75 -0
- package/security/triggers/index.d.ts.map +1 -0
- package/security/triggers/index.js +67 -0
- package/security/triggers/retentionEvents/count/index.d.ts +40 -0
- package/security/triggers/retentionEvents/count/index.d.ts.map +1 -0
- package/security/triggers/retentionEvents/count/index.js +35 -0
- package/security/triggers/retentionEvents/index.d.ts +97 -0
- package/security/triggers/retentionEvents/index.d.ts.map +1 -0
- package/security/triggers/retentionEvents/index.js +71 -0
- package/security/triggers/retentionEvents/item/index.d.ts +77 -0
- package/security/triggers/retentionEvents/item/index.d.ts.map +1 -0
- package/security/triggers/retentionEvents/item/index.js +66 -0
- package/security/triggers/retentionEvents/item/retentionEventType/index.d.ts +41 -0
- package/security/triggers/retentionEvents/item/retentionEventType/index.d.ts.map +1 -0
- package/security/triggers/retentionEvents/item/retentionEventType/index.js +36 -0
- package/securityServiceClient.d.ts +25 -0
- package/securityServiceClient.d.ts.map +1 -0
- package/securityServiceClient.js +49 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityExport/index.d.ts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { ExportFileStructure, ExportOptions } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a exportPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createExportPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoExportPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoExportPostRequestBody(exportPostRequestBody?: ExportPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
export interface ExportPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
15
|
+
/**
|
|
16
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
|
+
*/
|
|
18
|
+
additionalData?: Record<string, unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Stores model information.
|
|
21
|
+
*/
|
|
22
|
+
backingStoreEnabled?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The description property
|
|
25
|
+
*/
|
|
26
|
+
description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The exportOptions property
|
|
29
|
+
*/
|
|
30
|
+
exportOptions?: ExportOptions[];
|
|
31
|
+
/**
|
|
32
|
+
* The exportStructure property
|
|
33
|
+
*/
|
|
34
|
+
exportStructure?: ExportFileStructure;
|
|
35
|
+
/**
|
|
36
|
+
* The outputName property
|
|
37
|
+
*/
|
|
38
|
+
outputName?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Provides operations to call the export method.
|
|
42
|
+
*/
|
|
43
|
+
export interface MicrosoftGraphSecurityExportRequestBuilder extends BaseRequestBuilder<MicrosoftGraphSecurityExportRequestBuilder> {
|
|
44
|
+
/**
|
|
45
|
+
* Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium).
|
|
46
|
+
* @param body The request body
|
|
47
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0|Find more info here}
|
|
49
|
+
*/
|
|
50
|
+
post(body: ExportPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
51
|
+
/**
|
|
52
|
+
* Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium).
|
|
53
|
+
* @param body The request body
|
|
54
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
|
+
* @returns a RequestInformation
|
|
56
|
+
*/
|
|
57
|
+
toPostRequestInformation(body: ExportPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Serializes information the current object
|
|
61
|
+
* @param writer Serialization writer to use to serialize this model
|
|
62
|
+
*/
|
|
63
|
+
export declare function serializeExportPostRequestBody(writer: SerializationWriter, exportPostRequestBody?: ExportPostRequestBody | undefined): void;
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the requests in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const MicrosoftGraphSecurityExportRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
68
|
+
/**
|
|
69
|
+
* Uri template for the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const MicrosoftGraphSecurityExportRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.export";
|
|
72
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAA6B,aAAa,EAAuB,MAAM,yCAAyC,CAAC;AAC7I,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,+CAEjG;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,qBAAqB,GAAG,SAAuC,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAQvL;AACD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,EAAE,CAAC;IAChC;;OAEG;IACH,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AACD;;GAEG;AACH,MAAM,WAAW,0CAA2C,SAAQ,kBAAkB,CAAC,0CAA0C,CAAC;IAC9H;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACpH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,qBAAqB,GAAG,SAAuC,GAAI,IAAI,CAMzK;AACD;;GAEG;AACH,eAAO,MAAM,0DAA0D,EAAE,gBAYxE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,0IAA0I,CAAC"}
|
package/security/cases/ediscoveryCases/item/reviewSets/item/microsoftGraphSecurityExport/index.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MicrosoftGraphSecurityExportRequestBuilderUriTemplate = exports.MicrosoftGraphSecurityExportRequestBuilderRequestsMetadata = exports.serializeExportPostRequestBody = exports.deserializeIntoExportPostRequestBody = exports.createExportPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
const security_1 = require("@microsoft/msgraph-sdk/models/security/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a exportPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createExportPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoExportPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createExportPostRequestBodyFromDiscriminatorValue = createExportPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoExportPostRequestBody(exportPostRequestBody = {}) {
|
|
23
|
+
return {
|
|
24
|
+
"backingStoreEnabled": n => { exportPostRequestBody.backingStoreEnabled = true; },
|
|
25
|
+
"description": n => { exportPostRequestBody.description = n.getStringValue(); },
|
|
26
|
+
"exportOptions": n => { exportPostRequestBody.exportOptions = n.getCollectionOfEnumValues(security_1.ExportOptionsObject); },
|
|
27
|
+
"exportStructure": n => { exportPostRequestBody.exportStructure = n.getEnumValue(security_1.ExportFileStructureObject); },
|
|
28
|
+
"outputName": n => { exportPostRequestBody.outputName = n.getStringValue(); },
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
exports.deserializeIntoExportPostRequestBody = deserializeIntoExportPostRequestBody;
|
|
32
|
+
/**
|
|
33
|
+
* Serializes information the current object
|
|
34
|
+
* @param writer Serialization writer to use to serialize this model
|
|
35
|
+
*/
|
|
36
|
+
function serializeExportPostRequestBody(writer, exportPostRequestBody = {}) {
|
|
37
|
+
writer.writeStringValue("description", exportPostRequestBody.description);
|
|
38
|
+
writer.writeEnumValue("exportOptions", exportPostRequestBody.exportOptions);
|
|
39
|
+
writer.writeEnumValue("exportStructure", exportPostRequestBody.exportStructure);
|
|
40
|
+
writer.writeStringValue("outputName", exportPostRequestBody.outputName);
|
|
41
|
+
writer.writeAdditionalData(exportPostRequestBody.additionalData);
|
|
42
|
+
}
|
|
43
|
+
exports.serializeExportPostRequestBody = serializeExportPostRequestBody;
|
|
44
|
+
/**
|
|
45
|
+
* Metadata for all the requests in the request builder.
|
|
46
|
+
*/
|
|
47
|
+
exports.MicrosoftGraphSecurityExportRequestBuilderRequestsMetadata = {
|
|
48
|
+
post: {
|
|
49
|
+
responseBodyContentType: "application/json",
|
|
50
|
+
errorMappings: {
|
|
51
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
},
|
|
54
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
55
|
+
requestBodyContentType: "application/json",
|
|
56
|
+
requestBodySerializer: serializeExportPostRequestBody,
|
|
57
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Uri template for the request builder.
|
|
62
|
+
*/
|
|
63
|
+
exports.MicrosoftGraphSecurityExportRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.export";
|
|
64
|
+
/* tslint:enable */
|
|
65
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/$count{?%24search,%24filter}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,+IAA+I,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type EdiscoveryReviewSetQuery, type EdiscoveryReviewSetQueryCollectionResponse } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type EdiscoveryReviewSetQueryItemRequestBuilder } from './item/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface QueriesRequestBuilder extends BaseRequestBuilder<QueriesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity.
|
|
15
|
+
* @param ediscoveryReviewSetQueryId The unique identifier of ediscoveryReviewSetQuery
|
|
16
|
+
* @returns a EdiscoveryReviewSetQueryItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byEdiscoveryReviewSetQueryId(ediscoveryReviewSetQueryId: string): EdiscoveryReviewSetQueryItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get the list of queries associated with an eDiscovery review set.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of EdiscoveryReviewSetQueryCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<QueriesRequestBuilderGetQueryParameters> | undefined): Promise<EdiscoveryReviewSetQueryCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new ediscoveryReviewSetQuery object.
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a Promise of EdiscoveryReviewSetQuery
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0|Find more info here}
|
|
32
|
+
*/
|
|
33
|
+
post(body: EdiscoveryReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EdiscoveryReviewSetQuery | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Get the list of queries associated with an eDiscovery review set.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<QueriesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create a new ediscoveryReviewSetQuery object.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPostRequestInformation(body: EdiscoveryReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get the list of queries associated with an eDiscovery review set.
|
|
50
|
+
*/
|
|
51
|
+
export interface QueriesRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Include count of items
|
|
54
|
+
*/
|
|
55
|
+
count?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Expand related entities
|
|
58
|
+
*/
|
|
59
|
+
expand?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* Filter items by property values
|
|
62
|
+
*/
|
|
63
|
+
filter?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Order items by property values
|
|
66
|
+
*/
|
|
67
|
+
orderby?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Search items by search phrases
|
|
70
|
+
*/
|
|
71
|
+
search?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Select properties to be returned
|
|
74
|
+
*/
|
|
75
|
+
select?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Skip the first n items
|
|
78
|
+
*/
|
|
79
|
+
skip?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Show only the first n items
|
|
82
|
+
*/
|
|
83
|
+
top?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Metadata for all the navigation properties in the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const QueriesRequestBuilderNavigationMetadata: Record<Exclude<keyof QueriesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the requests in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const QueriesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
|
+
/**
|
|
94
|
+
* Uri template for the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const QueriesRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmK,KAAK,wBAAwB,EAAE,KAAK,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AAC1S,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAmL,KAAK,0CAA0C,EAAE,MAAM,SAAS,CAAC;AAC3P,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,4BAA4B,CAAC,0BAA0B,EAAE,MAAM,GAAI,0CAA0C,CAAC;IAC/G;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0CAA0C,GAAG,SAAS,CAAC,CAAC;IACzK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACvJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,uCAAuC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAChJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qBAAqB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWxJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAuBnD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gCAAgC,+LAA+L,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.QueriesRequestBuilderUriTemplate = exports.QueriesRequestBuilderRequestsMetadata = exports.QueriesRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
const security_1 = require("@microsoft/msgraph-sdk/models/security/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const QueriesRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.QueriesRequestBuilderNavigationMetadata = {
|
|
28
|
+
byEdiscoveryReviewSetQueryId: {
|
|
29
|
+
uriTemplate: item_1.EdiscoveryReviewSetQueryItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.EdiscoveryReviewSetQueryItemRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: item_1.EdiscoveryReviewSetQueryItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["ediscoveryReviewSetQuery%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.QueriesRequestBuilderRequestsMetadata = {
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: security_1.createEdiscoveryReviewSetQueryCollectionResponseFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: QueriesRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
post: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: security_1.createEdiscoveryReviewSetQueryFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: security_1.serializeEdiscoveryReviewSetQuery,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.QueriesRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type EdiscoveryReviewSetQuery } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type MicrosoftGraphSecurityApplyTagsRequestBuilder } from './microsoftGraphSecurityApplyTags/';
|
|
3
|
+
import { type MicrosoftGraphSecurityExportRequestBuilder } from './microsoftGraphSecurityExport/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface EdiscoveryReviewSetQueryItemRequestBuilder extends BaseRequestBuilder<EdiscoveryReviewSetQueryItemRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to call the applyTags method.
|
|
11
|
+
*/
|
|
12
|
+
get microsoftGraphSecurityApplyTags(): MicrosoftGraphSecurityApplyTagsRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to call the export method.
|
|
15
|
+
*/
|
|
16
|
+
get microsoftGraphSecurityExport(): MicrosoftGraphSecurityExportRequestBuilder;
|
|
17
|
+
/**
|
|
18
|
+
* Delete an ediscoveryReviewSetQuery object.
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0|Find more info here}
|
|
21
|
+
*/
|
|
22
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
23
|
+
/**
|
|
24
|
+
* Read the properties and relationships of an ediscoveryReviewSetQuery object.
|
|
25
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
|
+
* @returns a Promise of EdiscoveryReviewSetQuery
|
|
27
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0|Find more info here}
|
|
28
|
+
*/
|
|
29
|
+
get(requestConfiguration?: RequestConfiguration<EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters> | undefined): Promise<EdiscoveryReviewSetQuery | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Update the properties of an ediscoveryReviewSetQuery object.
|
|
32
|
+
* @param body The request body
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a Promise of EdiscoveryReviewSetQuery
|
|
35
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0|Find more info here}
|
|
36
|
+
*/
|
|
37
|
+
patch(body: EdiscoveryReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<EdiscoveryReviewSetQuery | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Delete an ediscoveryReviewSetQuery object.
|
|
40
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
|
+
* @returns a RequestInformation
|
|
42
|
+
*/
|
|
43
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
44
|
+
/**
|
|
45
|
+
* Read the properties and relationships of an ediscoveryReviewSetQuery object.
|
|
46
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
|
+
* @returns a RequestInformation
|
|
48
|
+
*/
|
|
49
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
50
|
+
/**
|
|
51
|
+
* Update the properties of an ediscoveryReviewSetQuery object.
|
|
52
|
+
* @param body The request body
|
|
53
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
|
+
* @returns a RequestInformation
|
|
55
|
+
*/
|
|
56
|
+
toPatchRequestInformation(body: EdiscoveryReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Read the properties and relationships of an ediscoveryReviewSetQuery object.
|
|
60
|
+
*/
|
|
61
|
+
export interface EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParameters {
|
|
62
|
+
/**
|
|
63
|
+
* Expand related entities
|
|
64
|
+
*/
|
|
65
|
+
expand?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Select properties to be returned
|
|
68
|
+
*/
|
|
69
|
+
select?: string[];
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Metadata for all the navigation properties in the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const EdiscoveryReviewSetQueryItemRequestBuilderNavigationMetadata: Record<Exclude<keyof EdiscoveryReviewSetQueryItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const EdiscoveryReviewSetQueryItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const EdiscoveryReviewSetQueryItemRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}{?%24select,%24expand}";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2F,KAAK,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AACjL,OAAO,EAA2H,KAAK,6CAA6C,EAAE,MAAM,oCAAoC,CAAC;AACjO,OAAO,EAAqH,KAAK,0CAA0C,EAAE,MAAM,iCAAiC,CAAC;AACrN,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,0CAA2C,SAAQ,kBAAkB,CAAC,0CAA0C,CAAC;IAC9H;;OAEG;IACH,IAAI,+BAA+B,IAAI,6CAA6C,CAAC;IACrF;;OAEG;IACH,IAAI,4BAA4B,IAAI,0CAA0C,CAAC;IAC/E;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4DAA4D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IAC5K;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACxJ;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4DAA4D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,4DAA4D;IACzE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,4DAA4D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0CAA0C,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CASlM,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0DAA0D,EAAE,gBA+BxE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,wKAAwK,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EdiscoveryReviewSetQueryItemRequestBuilderUriTemplate = exports.EdiscoveryReviewSetQueryItemRequestBuilderRequestsMetadata = exports.EdiscoveryReviewSetQueryItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
const security_1 = require("@microsoft/msgraph-sdk/models/security/");
|
|
9
|
+
const microsoftGraphSecurityApplyTags_1 = require("./microsoftGraphSecurityApplyTags/");
|
|
10
|
+
const microsoftGraphSecurityExport_1 = require("./microsoftGraphSecurityExport/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"expand": "%24expand",
|
|
16
|
+
"select": "%24select",
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Metadata for all the navigation properties in the request builder.
|
|
20
|
+
*/
|
|
21
|
+
exports.EdiscoveryReviewSetQueryItemRequestBuilderNavigationMetadata = {
|
|
22
|
+
microsoftGraphSecurityApplyTags: {
|
|
23
|
+
uriTemplate: microsoftGraphSecurityApplyTags_1.MicrosoftGraphSecurityApplyTagsRequestBuilderUriTemplate,
|
|
24
|
+
requestsMetadata: microsoftGraphSecurityApplyTags_1.MicrosoftGraphSecurityApplyTagsRequestBuilderRequestsMetadata,
|
|
25
|
+
},
|
|
26
|
+
microsoftGraphSecurityExport: {
|
|
27
|
+
uriTemplate: microsoftGraphSecurityExport_1.MicrosoftGraphSecurityExportRequestBuilderUriTemplate,
|
|
28
|
+
requestsMetadata: microsoftGraphSecurityExport_1.MicrosoftGraphSecurityExportRequestBuilderRequestsMetadata,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Metadata for all the requests in the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.EdiscoveryReviewSetQueryItemRequestBuilderRequestsMetadata = {
|
|
35
|
+
delete: {
|
|
36
|
+
responseBodyContentType: "application/json",
|
|
37
|
+
errorMappings: {
|
|
38
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
39
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
40
|
+
},
|
|
41
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
42
|
+
},
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: security_1.createEdiscoveryReviewSetQueryFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: EdiscoveryReviewSetQueryItemRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
patch: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: security_1.createEdiscoveryReviewSetQueryFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: security_1.serializeEdiscoveryReviewSetQuery,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.EdiscoveryReviewSetQueryItemRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}{?%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { type EdiscoveryReviewTag } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
export interface ApplyTagsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4
|
+
/**
|
|
5
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6
|
+
*/
|
|
7
|
+
additionalData?: Record<string, unknown>;
|
|
8
|
+
/**
|
|
9
|
+
* Stores model information.
|
|
10
|
+
*/
|
|
11
|
+
backingStoreEnabled?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The tagsToAdd property
|
|
14
|
+
*/
|
|
15
|
+
tagsToAdd?: EdiscoveryReviewTag[];
|
|
16
|
+
/**
|
|
17
|
+
* The tagsToRemove property
|
|
18
|
+
*/
|
|
19
|
+
tagsToRemove?: EdiscoveryReviewTag[];
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
23
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24
|
+
* @returns a applyTagsPostRequestBody
|
|
25
|
+
*/
|
|
26
|
+
export declare function createApplyTagsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoApplyTagsPostRequestBody;
|
|
27
|
+
/**
|
|
28
|
+
* The deserialization information for the current model
|
|
29
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
30
|
+
*/
|
|
31
|
+
export declare function deserializeIntoApplyTagsPostRequestBody(applyTagsPostRequestBody?: ApplyTagsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
32
|
+
/**
|
|
33
|
+
* Provides operations to call the applyTags method.
|
|
34
|
+
*/
|
|
35
|
+
export interface MicrosoftGraphSecurityApplyTagsRequestBuilder extends BaseRequestBuilder<MicrosoftGraphSecurityApplyTagsRequestBuilder> {
|
|
36
|
+
/**
|
|
37
|
+
* Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery.
|
|
38
|
+
* @param body The request body
|
|
39
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0|Find more info here}
|
|
41
|
+
*/
|
|
42
|
+
post(body: ApplyTagsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
43
|
+
/**
|
|
44
|
+
* Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery.
|
|
45
|
+
* @param body The request body
|
|
46
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
|
+
* @returns a RequestInformation
|
|
48
|
+
*/
|
|
49
|
+
toPostRequestInformation(body: ApplyTagsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Serializes information the current object
|
|
53
|
+
* @param writer Serialization writer to use to serialize this model
|
|
54
|
+
*/
|
|
55
|
+
export declare function serializeApplyTagsPostRequestBody(writer: SerializationWriter, applyTagsPostRequestBody?: ApplyTagsPostRequestBody | undefined): void;
|
|
56
|
+
/**
|
|
57
|
+
* Metadata for all the requests in the request builder.
|
|
58
|
+
*/
|
|
59
|
+
export declare const MicrosoftGraphSecurityApplyTagsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
60
|
+
/**
|
|
61
|
+
* Uri template for the request builder.
|
|
62
|
+
*/
|
|
63
|
+
export declare const MicrosoftGraphSecurityApplyTagsRequestBuilderUriTemplate = "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}/microsoft.graph.security.applyTags";
|
|
64
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiF,KAAK,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAClK,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS,MAAM,WAAW,wBAAyB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACzF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACxC;AACD;;;;GAIG;AACH,wBAAgB,oDAAoD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,kDAEpG;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,wBAAwB,GAAE,wBAAwB,GAAG,SAA0C,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAMnM;AACD;;GAEG;AACH,MAAM,WAAW,6CAA8C,SAAQ,kBAAkB,CAAC,6CAA6C,CAAC;IACpI;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;;GAGG;AACH,wBAAgB,iCAAiC,CAAC,MAAM,EAAE,mBAAmB,EAAE,wBAAwB,GAAE,wBAAwB,GAAG,SAA0C,GAAI,IAAI,CAIrL;AACD;;GAEG;AACH,eAAO,MAAM,6DAA6D,EAAE,gBAY3E,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wDAAwD,qLAAqL,CAAC"}
|