@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 WhoisHistoryRecord } 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 history property of the microsoft.graph.security.whoisRecord entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface WhoisHistoryRecordItemRequestBuilder extends BaseRequestBuilder<WhoisHistoryRecordItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* The collection of historical records associated to this WHOIS object.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of WhoisHistoryRecord
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<WhoisHistoryRecordItemRequestBuilderGetQueryParameters> | undefined): Promise<WhoisHistoryRecord | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* The collection of historical records associated to this WHOIS object.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<WhoisHistoryRecordItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The collection of historical records associated to this WHOIS object.
|
|
22
|
+
*/
|
|
23
|
+
export interface WhoisHistoryRecordItemRequestBuilderGetQueryParameters {
|
|
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 WhoisHistoryRecordItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const WhoisHistoryRecordItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/{whoisHistoryRecord%2Did}{?%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,EAAkD,KAAK,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAClI,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,kBAAkB,GAAG,SAAS,CAAC,CAAC;IAChK;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClK;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAWlE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,mIAAmI,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WhoisHistoryRecordItemRequestBuilderUriTemplate = exports.WhoisHistoryRecordItemRequestBuilderRequestsMetadata = 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 WhoisHistoryRecordItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.WhoisHistoryRecordItemRequestBuilderRequestsMetadata = {
|
|
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.createWhoisHistoryRecordFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: WhoisHistoryRecordItemRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.WhoisHistoryRecordItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/{whoisHistoryRecord%2Did}{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* 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.whoisBaseRecord entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface HostRequestBuilder extends BaseRequestBuilder<HostRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* The host associated to this WHOIS object.
|
|
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 associated to this WHOIS object.
|
|
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 associated to this WHOIS object.
|
|
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/whoisRecords/{whoisRecord%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,sGAAsG,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/whoisRecords/{whoisRecord%2Did}/host{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { type WhoisRecord } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type HistoryRequestBuilder } from './history/';
|
|
3
|
+
import { type HostRequestBuilder } from './host/';
|
|
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 whoisRecords property of the microsoft.graph.security.threatIntelligence entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface WhoisRecordItemRequestBuilder extends BaseRequestBuilder<WhoisRecordItemRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity.
|
|
11
|
+
*/
|
|
12
|
+
get history(): HistoryRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity.
|
|
15
|
+
*/
|
|
16
|
+
get host(): HostRequestBuilder;
|
|
17
|
+
/**
|
|
18
|
+
* Delete navigation property whoisRecords for security
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
*/
|
|
21
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord.
|
|
24
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
|
+
* @returns a Promise of WhoisRecord
|
|
26
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0|Find more info here}
|
|
27
|
+
*/
|
|
28
|
+
get(requestConfiguration?: RequestConfiguration<WhoisRecordItemRequestBuilderGetQueryParameters> | undefined): Promise<WhoisRecord | undefined>;
|
|
29
|
+
/**
|
|
30
|
+
* Update the navigation property whoisRecords in security
|
|
31
|
+
* @param body The request body
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a Promise of WhoisRecord
|
|
34
|
+
*/
|
|
35
|
+
patch(body: WhoisRecord, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WhoisRecord | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete navigation property whoisRecords for security
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
42
|
+
/**
|
|
43
|
+
* Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord.
|
|
44
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
45
|
+
* @returns a RequestInformation
|
|
46
|
+
*/
|
|
47
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<WhoisRecordItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
48
|
+
/**
|
|
49
|
+
* Update the navigation property whoisRecords in security
|
|
50
|
+
* @param body The request body
|
|
51
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
52
|
+
* @returns a RequestInformation
|
|
53
|
+
*/
|
|
54
|
+
toPatchRequestInformation(body: WhoisRecord, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord.
|
|
58
|
+
*/
|
|
59
|
+
export interface WhoisRecordItemRequestBuilderGetQueryParameters {
|
|
60
|
+
/**
|
|
61
|
+
* Expand related entities
|
|
62
|
+
*/
|
|
63
|
+
expand?: string[];
|
|
64
|
+
/**
|
|
65
|
+
* Select properties to be returned
|
|
66
|
+
*/
|
|
67
|
+
select?: string[];
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Metadata for all the navigation properties in the request builder.
|
|
71
|
+
*/
|
|
72
|
+
export declare const WhoisRecordItemRequestBuilderNavigationMetadata: Record<Exclude<keyof WhoisRecordItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
73
|
+
/**
|
|
74
|
+
* Metadata for all the requests in the request builder.
|
|
75
|
+
*/
|
|
76
|
+
export declare const WhoisRecordItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
77
|
+
/**
|
|
78
|
+
* Uri template for the request builder.
|
|
79
|
+
*/
|
|
80
|
+
export declare const WhoisRecordItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}{?%24select,%24expand}";
|
|
81
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiE,KAAK,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC1I,OAAO,EAAoH,KAAK,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC1K,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,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;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,+CAA+C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IAC9H;;;;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,+CAA+C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACxJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,WAAW,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvI;AACD;;GAEG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6BAA6B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUxK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBA+B3D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,iGAAiG,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WhoisRecordItemRequestBuilderUriTemplate = exports.WhoisRecordItemRequestBuilderRequestsMetadata = exports.WhoisRecordItemRequestBuilderNavigationMetadata = 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 history_1 = require("./history/");
|
|
10
|
+
const host_1 = require("./host/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const WhoisRecordItemRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"expand": "%24expand",
|
|
16
|
+
"select": "%24select",
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Metadata for all the navigation properties in the request builder.
|
|
20
|
+
*/
|
|
21
|
+
exports.WhoisRecordItemRequestBuilderNavigationMetadata = {
|
|
22
|
+
history: {
|
|
23
|
+
uriTemplate: history_1.HistoryRequestBuilderUriTemplate,
|
|
24
|
+
requestsMetadata: history_1.HistoryRequestBuilderRequestsMetadata,
|
|
25
|
+
navigationMetadata: history_1.HistoryRequestBuilderNavigationMetadata,
|
|
26
|
+
},
|
|
27
|
+
host: {
|
|
28
|
+
uriTemplate: host_1.HostRequestBuilderUriTemplate,
|
|
29
|
+
requestsMetadata: host_1.HostRequestBuilderRequestsMetadata,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
exports.WhoisRecordItemRequestBuilderRequestsMetadata = {
|
|
36
|
+
delete: {
|
|
37
|
+
responseBodyContentType: "application/json",
|
|
38
|
+
errorMappings: {
|
|
39
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
40
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
41
|
+
},
|
|
42
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
43
|
+
},
|
|
44
|
+
get: {
|
|
45
|
+
responseBodyContentType: "application/json",
|
|
46
|
+
errorMappings: {
|
|
47
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
49
|
+
},
|
|
50
|
+
adapterMethodName: "sendAsync",
|
|
51
|
+
responseBodyFactory: security_1.createWhoisRecordFromDiscriminatorValue,
|
|
52
|
+
queryParametersMapper: WhoisRecordItemRequestBuilderGetQueryParametersMapper,
|
|
53
|
+
},
|
|
54
|
+
patch: {
|
|
55
|
+
responseBodyContentType: "application/json",
|
|
56
|
+
errorMappings: {
|
|
57
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
|
+
},
|
|
60
|
+
adapterMethodName: "sendAsync",
|
|
61
|
+
responseBodyFactory: security_1.createWhoisRecordFromDiscriminatorValue,
|
|
62
|
+
requestBodyContentType: "application/json",
|
|
63
|
+
requestBodySerializer: security_1.serializeWhoisRecord,
|
|
64
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
65
|
+
},
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Uri template for the request builder.
|
|
69
|
+
*/
|
|
70
|
+
exports.WhoisRecordItemRequestBuilderUriTemplate = "{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}{?%24select,%24expand}";
|
|
71
|
+
/* tslint:enable */
|
|
72
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { type TriggerTypesRoot } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type RetentionEventTypesRequestBuilder } from './retentionEventTypes/';
|
|
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 triggerTypes property of the microsoft.graph.security entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface TriggerTypesRequestBuilder extends BaseRequestBuilder<TriggerTypesRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity.
|
|
10
|
+
*/
|
|
11
|
+
get retentionEventTypes(): RetentionEventTypesRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property triggerTypes 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
|
+
* Get triggerTypes from security
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of TriggerTypesRoot
|
|
21
|
+
*/
|
|
22
|
+
get(requestConfiguration?: RequestConfiguration<TriggerTypesRequestBuilderGetQueryParameters> | undefined): Promise<TriggerTypesRoot | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Update the navigation property triggerTypes in security
|
|
25
|
+
* @param body The request body
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of TriggerTypesRoot
|
|
28
|
+
*/
|
|
29
|
+
patch(body: TriggerTypesRoot, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<TriggerTypesRoot | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete navigation property triggerTypes for security
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
36
|
+
/**
|
|
37
|
+
* Get triggerTypes from security
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<TriggerTypesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
|
+
/**
|
|
43
|
+
* Update the navigation property triggerTypes in security
|
|
44
|
+
* @param body The request body
|
|
45
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
|
+
* @returns a RequestInformation
|
|
47
|
+
*/
|
|
48
|
+
toPatchRequestInformation(body: TriggerTypesRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get triggerTypes from security
|
|
52
|
+
*/
|
|
53
|
+
export interface TriggerTypesRequestBuilderGetQueryParameters {
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Select properties to be returned
|
|
60
|
+
*/
|
|
61
|
+
select?: string[];
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Metadata for all the navigation properties in the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const TriggerTypesRequestBuilderNavigationMetadata: Record<Exclude<keyof TriggerTypesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const TriggerTypesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
71
|
+
/**
|
|
72
|
+
* Uri template for the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const TriggerTypesRequestBuilderUriTemplate = "{+baseurl}/security/triggerTypes{?%24select,%24expand}";
|
|
75
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA2E,KAAK,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AACzJ,OAAO,EAAwJ,KAAK,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AACtO,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,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;IAC7D;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IACpJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IACxI;;;;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,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,gBAAgB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5I;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAMlK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBA+BxD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qCAAqC,2DAA2D,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TriggerTypesRequestBuilderUriTemplate = exports.TriggerTypesRequestBuilderRequestsMetadata = exports.TriggerTypesRequestBuilderNavigationMetadata = 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 retentionEventTypes_1 = require("./retentionEventTypes/");
|
|
10
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const TriggerTypesRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"expand": "%24expand",
|
|
15
|
+
"select": "%24select",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Metadata for all the navigation properties in the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.TriggerTypesRequestBuilderNavigationMetadata = {
|
|
21
|
+
retentionEventTypes: {
|
|
22
|
+
uriTemplate: retentionEventTypes_1.RetentionEventTypesRequestBuilderUriTemplate,
|
|
23
|
+
requestsMetadata: retentionEventTypes_1.RetentionEventTypesRequestBuilderRequestsMetadata,
|
|
24
|
+
navigationMetadata: retentionEventTypes_1.RetentionEventTypesRequestBuilderNavigationMetadata,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Metadata for all the requests in the request builder.
|
|
29
|
+
*/
|
|
30
|
+
exports.TriggerTypesRequestBuilderRequestsMetadata = {
|
|
31
|
+
delete: {
|
|
32
|
+
responseBodyContentType: "application/json",
|
|
33
|
+
errorMappings: {
|
|
34
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
35
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
36
|
+
},
|
|
37
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
38
|
+
},
|
|
39
|
+
get: {
|
|
40
|
+
responseBodyContentType: "application/json",
|
|
41
|
+
errorMappings: {
|
|
42
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
44
|
+
},
|
|
45
|
+
adapterMethodName: "sendAsync",
|
|
46
|
+
responseBodyFactory: security_1.createTriggerTypesRootFromDiscriminatorValue,
|
|
47
|
+
queryParametersMapper: TriggerTypesRequestBuilderGetQueryParametersMapper,
|
|
48
|
+
},
|
|
49
|
+
patch: {
|
|
50
|
+
responseBodyContentType: "application/json",
|
|
51
|
+
errorMappings: {
|
|
52
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
54
|
+
},
|
|
55
|
+
adapterMethodName: "sendAsync",
|
|
56
|
+
responseBodyFactory: security_1.createTriggerTypesRootFromDiscriminatorValue,
|
|
57
|
+
requestBodyContentType: "application/json",
|
|
58
|
+
requestBodySerializer: security_1.serializeTriggerTypesRoot,
|
|
59
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.TriggerTypesRequestBuilderUriTemplate = "{+baseurl}/security/triggerTypes{?%24select,%24expand}";
|
|
66
|
+
/* tslint:enable */
|
|
67
|
+
/* 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/triggerTypes/retentionEventTypes/$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,sFAAsF,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/triggerTypes/retentionEventTypes/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type RetentionEventType, type RetentionEventTypeCollectionResponse } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type RetentionEventTypeItemRequestBuilder } 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 retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface RetentionEventTypesRequestBuilder extends BaseRequestBuilder<RetentionEventTypesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity.
|
|
15
|
+
* @param retentionEventTypeId The unique identifier of retentionEventType
|
|
16
|
+
* @returns a RetentionEventTypeItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byRetentionEventTypeId(retentionEventTypeId: string): RetentionEventTypeItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get a list of the retentionEventType objects and their properties.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of RetentionEventTypeCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<RetentionEventTypesRequestBuilderGetQueryParameters> | undefined): Promise<RetentionEventTypeCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new retentionEventType object.
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a Promise of RetentionEventType
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0|Find more info here}
|
|
32
|
+
*/
|
|
33
|
+
post(body: RetentionEventType, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RetentionEventType | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Get a list of the retentionEventType objects and their properties.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RetentionEventTypesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create a new retentionEventType object.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPostRequestInformation(body: RetentionEventType, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get a list of the retentionEventType objects and their properties.
|
|
50
|
+
*/
|
|
51
|
+
export interface RetentionEventTypesRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Include count of items
|
|
54
|
+
*/
|
|
55
|
+
count?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Expand related entities
|
|
58
|
+
*/
|
|
59
|
+
expand?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* Filter items by property values
|
|
62
|
+
*/
|
|
63
|
+
filter?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Order items by property values
|
|
66
|
+
*/
|
|
67
|
+
orderby?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Search items by search phrases
|
|
70
|
+
*/
|
|
71
|
+
search?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Select properties to be returned
|
|
74
|
+
*/
|
|
75
|
+
select?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Skip the first n items
|
|
78
|
+
*/
|
|
79
|
+
skip?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Show only the first n items
|
|
82
|
+
*/
|
|
83
|
+
top?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Metadata for all the navigation properties in the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const RetentionEventTypesRequestBuilderNavigationMetadata: Record<Exclude<keyof RetentionEventTypesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the requests in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const RetentionEventTypesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
|
+
/**
|
|
94
|
+
* Uri template for the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const RetentionEventTypesRequestBuilderUriTemplate = "{+baseurl}/security/triggerTypes/retentionEventTypes{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|