@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
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type Host } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the host property of the microsoft.graph.security.hostComponent entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface HostRequestBuilder extends BaseRequestBuilder<HostRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of Host
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<HostRequestBuilderGetQueryParameters> | undefined): Promise<Host | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<HostRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference.
|
|
22
|
+
*/
|
|
23
|
+
export interface HostRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const HostRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const HostRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}/host{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAoC,KAAK,IAAI,EAAE,MAAM,yCAAyC,CAAC;AACtG,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;IAC9E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;IAChI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,gBAWhD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6BAA6B,0GAA0G,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HostRequestBuilderUriTemplate = exports.HostRequestBuilderRequestsMetadata = 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
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const HostRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.HostRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: security_1.createHostFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: HostRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.HostRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}/host{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { type HostComponent } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type HostRequestBuilder } from './host/';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface HostComponentItemRequestBuilder extends BaseRequestBuilder<HostComponentItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the host property of the microsoft.graph.security.hostComponent entity.
|
|
10
|
+
*/
|
|
11
|
+
get host(): HostRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property hostComponents for security
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
*/
|
|
16
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Read the properties and relationships of a hostComponent object.
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of HostComponent
|
|
21
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0|Find more info here}
|
|
22
|
+
*/
|
|
23
|
+
get(requestConfiguration?: RequestConfiguration<HostComponentItemRequestBuilderGetQueryParameters> | undefined): Promise<HostComponent | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Update the navigation property hostComponents in security
|
|
26
|
+
* @param body The request body
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns a Promise of HostComponent
|
|
29
|
+
*/
|
|
30
|
+
patch(body: HostComponent, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<HostComponent | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Delete navigation property hostComponents for security
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a RequestInformation
|
|
35
|
+
*/
|
|
36
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
|
+
/**
|
|
38
|
+
* Read the properties and relationships of a hostComponent object.
|
|
39
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
|
+
* @returns a RequestInformation
|
|
41
|
+
*/
|
|
42
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<HostComponentItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
|
+
/**
|
|
44
|
+
* Update the navigation property hostComponents in security
|
|
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
|
+
toPatchRequestInformation(body: HostComponent, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Read the properties and relationships of a hostComponent object.
|
|
53
|
+
*/
|
|
54
|
+
export interface HostComponentItemRequestBuilderGetQueryParameters {
|
|
55
|
+
/**
|
|
56
|
+
* Expand related entities
|
|
57
|
+
*/
|
|
58
|
+
expand?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Select properties to be returned
|
|
61
|
+
*/
|
|
62
|
+
select?: string[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the navigation properties in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const HostComponentItemRequestBuilderNavigationMetadata: Record<Exclude<keyof HostComponentItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
68
|
+
/**
|
|
69
|
+
* Metadata for all the requests in the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const HostComponentItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
72
|
+
/**
|
|
73
|
+
* Uri template for the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const HostComponentItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}{?%24select,%24expand}";
|
|
76
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqE,KAAK,aAAa,EAAE,MAAM,yCAAyC,CAAC;AAChJ,OAAO,EAAqE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACrH,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,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;OAEG;IACH,IAAI,IAAI,IAAI,kBAAkB,CAAC;IAC/B;;;OAGG;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,iDAAiD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IAClI;;;;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,iDAAiD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC1J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzI;AACD;;GAEG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,+BAA+B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK5K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBA+B7D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,qGAAqG,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HostComponentItemRequestBuilderUriTemplate = exports.HostComponentItemRequestBuilderRequestsMetadata = exports.HostComponentItemRequestBuilderNavigationMetadata = 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 host_1 = require("./host/");
|
|
10
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const HostComponentItemRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"expand": "%24expand",
|
|
15
|
+
"select": "%24select",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Metadata for all the navigation properties in the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.HostComponentItemRequestBuilderNavigationMetadata = {
|
|
21
|
+
host: {
|
|
22
|
+
uriTemplate: host_1.HostRequestBuilderUriTemplate,
|
|
23
|
+
requestsMetadata: host_1.HostRequestBuilderRequestsMetadata,
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Metadata for all the requests in the request builder.
|
|
28
|
+
*/
|
|
29
|
+
exports.HostComponentItemRequestBuilderRequestsMetadata = {
|
|
30
|
+
delete: {
|
|
31
|
+
responseBodyContentType: "application/json",
|
|
32
|
+
errorMappings: {
|
|
33
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
34
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
35
|
+
},
|
|
36
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
37
|
+
},
|
|
38
|
+
get: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: security_1.createHostComponentFromDiscriminatorValue,
|
|
46
|
+
queryParametersMapper: HostComponentItemRequestBuilderGetQueryParametersMapper,
|
|
47
|
+
},
|
|
48
|
+
patch: {
|
|
49
|
+
responseBodyContentType: "application/json",
|
|
50
|
+
errorMappings: {
|
|
51
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
},
|
|
54
|
+
adapterMethodName: "sendAsync",
|
|
55
|
+
responseBodyFactory: security_1.createHostComponentFromDiscriminatorValue,
|
|
56
|
+
requestBodyContentType: "application/json",
|
|
57
|
+
requestBodySerializer: security_1.serializeHostComponent,
|
|
58
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Uri template for the request builder.
|
|
63
|
+
*/
|
|
64
|
+
exports.HostComponentItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}{?%24select,%24expand}";
|
|
65
|
+
/* tslint:enable */
|
|
66
|
+
/* 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/threatIntelligence/hostCookies/$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,oFAAoF,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/threatIntelligence/hostCookies/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { type HostCookie, type HostCookieCollectionResponse } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type HostCookieItemRequestBuilder } 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 hostCookies property of the microsoft.graph.security.threatIntelligence entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface HostCookiesRequestBuilder extends BaseRequestBuilder<HostCookiesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity.
|
|
15
|
+
* @param hostCookieId The unique identifier of hostCookie
|
|
16
|
+
* @returns a HostCookieItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byHostCookieId(hostCookieId: string): HostCookieItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Read the properties and relationships of a hostCookie object.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of HostCookieCollectionResponse
|
|
23
|
+
*/
|
|
24
|
+
get(requestConfiguration?: RequestConfiguration<HostCookiesRequestBuilderGetQueryParameters> | undefined): Promise<HostCookieCollectionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property to hostCookies for security
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a Promise of HostCookie
|
|
30
|
+
*/
|
|
31
|
+
post(body: HostCookie, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<HostCookie | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Read the properties and relationships of a hostCookie object.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<HostCookiesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Create new navigation property to hostCookies for security
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPostRequestInformation(body: HostCookie, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Read the properties and relationships of a hostCookie object.
|
|
48
|
+
*/
|
|
49
|
+
export interface HostCookiesRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Include count of items
|
|
52
|
+
*/
|
|
53
|
+
count?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Filter items by property values
|
|
60
|
+
*/
|
|
61
|
+
filter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Order items by property values
|
|
64
|
+
*/
|
|
65
|
+
orderby?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Search items by search phrases
|
|
68
|
+
*/
|
|
69
|
+
search?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Select properties to be returned
|
|
72
|
+
*/
|
|
73
|
+
select?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* Skip the first n items
|
|
76
|
+
*/
|
|
77
|
+
skip?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Show only the first n items
|
|
80
|
+
*/
|
|
81
|
+
top?: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const HostCookiesRequestBuilderNavigationMetadata: Record<Exclude<keyof HostCookiesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const HostCookiesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const HostCookiesRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyH,KAAK,UAAU,EAAE,KAAK,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AACpO,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAyI,KAAK,4BAA4B,EAAE,MAAM,SAAS,CAAC;AACnM,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,yBAA0B,SAAQ,kBAAkB,CAAC,yBAAyB,CAAC;IAC5F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,cAAc,CAAC,YAAY,EAAE,MAAM,GAAI,4BAA4B,CAAC;IACrE;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2CAA2C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IAC/J;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAC3H;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2CAA2C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACpJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrI;AACD;;GAEG;AACH,MAAM,WAAW,2CAA2C;IACxD;;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,2CAA2C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,yBAAyB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWhK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,gBAuBvD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,oIAAoI,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HostCookiesRequestBuilderUriTemplate = exports.HostCookiesRequestBuilderRequestsMetadata = exports.HostCookiesRequestBuilderNavigationMetadata = 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 HostCookiesRequestBuilderGetQueryParametersMapper = {
|
|
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.HostCookiesRequestBuilderNavigationMetadata = {
|
|
28
|
+
byHostCookieId: {
|
|
29
|
+
uriTemplate: item_1.HostCookieItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.HostCookieItemRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: item_1.HostCookieItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["hostCookie%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.HostCookiesRequestBuilderRequestsMetadata = {
|
|
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.createHostCookieCollectionResponseFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: HostCookiesRequestBuilderGetQueryParametersMapper,
|
|
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.createHostCookieFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: security_1.serializeHostCookie,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.HostCookiesRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostCookies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type Host } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the host property of the microsoft.graph.security.hostCookie entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface HostRequestBuilder extends BaseRequestBuilder<HostRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Indicates that a cookie of this name and domain was found related to this host.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of Host
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<HostRequestBuilderGetQueryParameters> | undefined): Promise<Host | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Indicates that a cookie of this name and domain was found related to this host.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<HostRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Indicates that a cookie of this name and domain was found related to this host.
|
|
22
|
+
*/
|
|
23
|
+
export interface HostRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const HostRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const HostRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}/host{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAoC,KAAK,IAAI,EAAE,MAAM,yCAAyC,CAAC;AACtG,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;IAC9E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,GAAG,SAAS,CAAC,CAAC;IAChI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,gBAWhD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6BAA6B,oGAAoG,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HostRequestBuilderUriTemplate = exports.HostRequestBuilderRequestsMetadata = 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
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const HostRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.HostRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: security_1.createHostFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: HostRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.HostRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}/host{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { type HostCookie } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type HostRequestBuilder } from './host/';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface HostCookieItemRequestBuilder extends BaseRequestBuilder<HostCookieItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the host property of the microsoft.graph.security.hostCookie entity.
|
|
10
|
+
*/
|
|
11
|
+
get host(): HostRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property hostCookies for security
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
*/
|
|
16
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Read the properties and relationships of a hostCookie object.
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of HostCookie
|
|
21
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0|Find more info here}
|
|
22
|
+
*/
|
|
23
|
+
get(requestConfiguration?: RequestConfiguration<HostCookieItemRequestBuilderGetQueryParameters> | undefined): Promise<HostCookie | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Update the navigation property hostCookies in security
|
|
26
|
+
* @param body The request body
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns a Promise of HostCookie
|
|
29
|
+
*/
|
|
30
|
+
patch(body: HostCookie, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<HostCookie | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Delete navigation property hostCookies for security
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a RequestInformation
|
|
35
|
+
*/
|
|
36
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
|
+
/**
|
|
38
|
+
* Read the properties and relationships of a hostCookie object.
|
|
39
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
|
+
* @returns a RequestInformation
|
|
41
|
+
*/
|
|
42
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<HostCookieItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
|
+
/**
|
|
44
|
+
* Update the navigation property hostCookies in security
|
|
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
|
+
toPatchRequestInformation(body: HostCookie, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Read the properties and relationships of a hostCookie object.
|
|
53
|
+
*/
|
|
54
|
+
export interface HostCookieItemRequestBuilderGetQueryParameters {
|
|
55
|
+
/**
|
|
56
|
+
* Expand related entities
|
|
57
|
+
*/
|
|
58
|
+
expand?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Select properties to be returned
|
|
61
|
+
*/
|
|
62
|
+
select?: string[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the navigation properties in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const HostCookieItemRequestBuilderNavigationMetadata: Record<Exclude<keyof HostCookieItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
68
|
+
/**
|
|
69
|
+
* Metadata for all the requests in the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const HostCookieItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
72
|
+
/**
|
|
73
|
+
* Uri template for the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const HostCookieItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}{?%24select,%24expand}";
|
|
76
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+D,KAAK,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACvI,OAAO,EAAqE,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AACrH,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,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;OAEG;IACH,IAAI,IAAI,IAAI,kBAAkB,CAAC;IAC/B;;;OAGG;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,8CAA8C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAC5H;;;;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,8CAA8C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACvJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtI;AACD;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,4BAA4B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKtK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBA+B1D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,+FAA+F,CAAC"}
|