@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,76 @@
|
|
|
1
|
+
import { type SimulationAutomation } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type RunsRequestBuilder } from './runs/';
|
|
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 simulationAutomations property of the microsoft.graph.attackSimulationRoot entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface SimulationAutomationItemRequestBuilder extends BaseRequestBuilder<SimulationAutomationItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity.
|
|
10
|
+
*/
|
|
11
|
+
get runs(): RunsRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property simulationAutomations 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 an attack simulation automation for a tenant.
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of SimulationAutomation
|
|
21
|
+
* @see {@link https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0|Find more info here}
|
|
22
|
+
*/
|
|
23
|
+
get(requestConfiguration?: RequestConfiguration<SimulationAutomationItemRequestBuilderGetQueryParameters> | undefined): Promise<SimulationAutomation | undefined>;
|
|
24
|
+
/**
|
|
25
|
+
* Update the navigation property simulationAutomations in security
|
|
26
|
+
* @param body The request body
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns a Promise of SimulationAutomation
|
|
29
|
+
*/
|
|
30
|
+
patch(body: SimulationAutomation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SimulationAutomation | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* Delete navigation property simulationAutomations for security
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a RequestInformation
|
|
35
|
+
*/
|
|
36
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
|
+
/**
|
|
38
|
+
* Get an attack simulation automation for a tenant.
|
|
39
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
|
+
* @returns a RequestInformation
|
|
41
|
+
*/
|
|
42
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SimulationAutomationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
|
+
/**
|
|
44
|
+
* Update the navigation property simulationAutomations in security
|
|
45
|
+
* @param body The request body
|
|
46
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
|
+
* @returns a RequestInformation
|
|
48
|
+
*/
|
|
49
|
+
toPatchRequestInformation(body: SimulationAutomation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Get an attack simulation automation for a tenant.
|
|
53
|
+
*/
|
|
54
|
+
export interface SimulationAutomationItemRequestBuilderGetQueryParameters {
|
|
55
|
+
/**
|
|
56
|
+
* Expand related entities
|
|
57
|
+
*/
|
|
58
|
+
expand?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Select properties to be returned
|
|
61
|
+
*/
|
|
62
|
+
select?: string[];
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the navigation properties in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
export declare const SimulationAutomationItemRequestBuilderNavigationMetadata: Record<Exclude<keyof SimulationAutomationItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
68
|
+
/**
|
|
69
|
+
* Metadata for all the requests in the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const SimulationAutomationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
72
|
+
/**
|
|
73
|
+
* Uri template for the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const SimulationAutomationItemRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}{?%24select,%24expand}";
|
|
76
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmF,KAAK,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAE5J,OAAO,EAA2G,KAAK,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAC3J,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,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpK;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,wDAAwD;IACrE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sCAAsC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAM1L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,gBA+BpE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iDAAiD,iHAAiH,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimulationAutomationItemRequestBuilderUriTemplate = exports.SimulationAutomationItemRequestBuilderRequestsMetadata = exports.SimulationAutomationItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const runs_1 = require("./runs/");
|
|
10
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const SimulationAutomationItemRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"expand": "%24expand",
|
|
15
|
+
"select": "%24select",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Metadata for all the navigation properties in the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.SimulationAutomationItemRequestBuilderNavigationMetadata = {
|
|
21
|
+
runs: {
|
|
22
|
+
uriTemplate: runs_1.RunsRequestBuilderUriTemplate,
|
|
23
|
+
requestsMetadata: runs_1.RunsRequestBuilderRequestsMetadata,
|
|
24
|
+
navigationMetadata: runs_1.RunsRequestBuilderNavigationMetadata,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Metadata for all the requests in the request builder.
|
|
29
|
+
*/
|
|
30
|
+
exports.SimulationAutomationItemRequestBuilderRequestsMetadata = {
|
|
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: models_1.createSimulationAutomationFromDiscriminatorValue,
|
|
47
|
+
queryParametersMapper: SimulationAutomationItemRequestBuilderGetQueryParametersMapper,
|
|
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: models_1.createSimulationAutomationFromDiscriminatorValue,
|
|
57
|
+
requestBodyContentType: "application/json",
|
|
58
|
+
requestBodySerializer: models_1.serializeSimulationAutomation,
|
|
59
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.SimulationAutomationItemRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}{?%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/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/$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,6HAA6H,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/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { type SimulationAutomationRun, type SimulationAutomationRunCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type SimulationAutomationRunItemRequestBuilder } 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 runs property of the microsoft.graph.simulationAutomation entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface RunsRequestBuilder extends BaseRequestBuilder<RunsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity.
|
|
15
|
+
* @param simulationAutomationRunId The unique identifier of simulationAutomationRun
|
|
16
|
+
* @returns a SimulationAutomationRunItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
bySimulationAutomationRunId(simulationAutomationRunId: string): SimulationAutomationRunItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get a list of the attack simulation automation runs for a tenant.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of SimulationAutomationRunCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<RunsRequestBuilderGetQueryParameters> | undefined): Promise<SimulationAutomationRunCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create new navigation property to runs for security
|
|
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 SimulationAutomationRun
|
|
31
|
+
*/
|
|
32
|
+
post(body: SimulationAutomationRun, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SimulationAutomationRun | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Get a list of the attack simulation automation runs for a tenant.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RunsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Create new navigation property to runs for security
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns a RequestInformation
|
|
44
|
+
*/
|
|
45
|
+
toPostRequestInformation(body: SimulationAutomationRun, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Get a list of the attack simulation automation runs for a tenant.
|
|
49
|
+
*/
|
|
50
|
+
export interface RunsRequestBuilderGetQueryParameters {
|
|
51
|
+
/**
|
|
52
|
+
* Include count of items
|
|
53
|
+
*/
|
|
54
|
+
count?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Expand related entities
|
|
57
|
+
*/
|
|
58
|
+
expand?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Filter items by property values
|
|
61
|
+
*/
|
|
62
|
+
filter?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Order items by property values
|
|
65
|
+
*/
|
|
66
|
+
orderby?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* Search items by search phrases
|
|
69
|
+
*/
|
|
70
|
+
search?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Select properties to be returned
|
|
73
|
+
*/
|
|
74
|
+
select?: string[];
|
|
75
|
+
/**
|
|
76
|
+
* Skip the first n items
|
|
77
|
+
*/
|
|
78
|
+
skip?: number;
|
|
79
|
+
/**
|
|
80
|
+
* Show only the first n items
|
|
81
|
+
*/
|
|
82
|
+
top?: number;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Metadata for all the navigation properties in the request builder.
|
|
86
|
+
*/
|
|
87
|
+
export declare const RunsRequestBuilderNavigationMetadata: Record<Exclude<keyof RunsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
88
|
+
/**
|
|
89
|
+
* Metadata for all the requests in the request builder.
|
|
90
|
+
*/
|
|
91
|
+
export declare const RunsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
92
|
+
/**
|
|
93
|
+
* Uri template for the request builder.
|
|
94
|
+
*/
|
|
95
|
+
export declare const RunsRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
96
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgK,KAAK,uBAAuB,EAAE,KAAK,yCAAyC,EAAE,MAAM,gCAAgC,CAAC;AAE5R,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAmH,KAAK,yCAAyC,EAAE,MAAM,SAAS,CAAC;AAC1L,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,kBAAmB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;IAC9E;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,2BAA2B,CAAC,yBAAyB,EAAE,MAAM,GAAI,yCAAyC,CAAC;IAC5G;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yCAAyC,GAAG,SAAS,CAAC,CAAC;IACrK;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACrJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,oCAAoC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC7I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,kBAAkB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUlJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,gBAuBhD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,6BAA6B,6KAA6K,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RunsRequestBuilderUriTemplate = exports.RunsRequestBuilderRequestsMetadata = exports.RunsRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const RunsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.RunsRequestBuilderNavigationMetadata = {
|
|
28
|
+
bySimulationAutomationRunId: {
|
|
29
|
+
uriTemplate: item_1.SimulationAutomationRunItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.SimulationAutomationRunItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["simulationAutomationRun%2Did"],
|
|
32
|
+
},
|
|
33
|
+
count: {
|
|
34
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Metadata for all the requests in the request builder.
|
|
40
|
+
*/
|
|
41
|
+
exports.RunsRequestBuilderRequestsMetadata = {
|
|
42
|
+
get: {
|
|
43
|
+
responseBodyContentType: "application/json",
|
|
44
|
+
errorMappings: {
|
|
45
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "sendAsync",
|
|
49
|
+
responseBodyFactory: models_1.createSimulationAutomationRunCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: RunsRequestBuilderGetQueryParametersMapper,
|
|
51
|
+
},
|
|
52
|
+
post: {
|
|
53
|
+
responseBodyContentType: "application/json",
|
|
54
|
+
errorMappings: {
|
|
55
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
},
|
|
58
|
+
adapterMethodName: "sendAsync",
|
|
59
|
+
responseBodyFactory: models_1.createSimulationAutomationRunFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeSimulationAutomationRun,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.RunsRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { type SimulationAutomationRun } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface SimulationAutomationRunItemRequestBuilder extends BaseRequestBuilder<SimulationAutomationRunItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property runs for security
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* A collection of simulation automation runs.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of SimulationAutomationRun
|
|
16
|
+
*/
|
|
17
|
+
get(requestConfiguration?: RequestConfiguration<SimulationAutomationRunItemRequestBuilderGetQueryParameters> | undefined): Promise<SimulationAutomationRun | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Update the navigation property runs in security
|
|
20
|
+
* @param body The request body
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of SimulationAutomationRun
|
|
23
|
+
*/
|
|
24
|
+
patch(body: SimulationAutomationRun, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SimulationAutomationRun | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Delete navigation property runs for security
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns a RequestInformation
|
|
29
|
+
*/
|
|
30
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
31
|
+
/**
|
|
32
|
+
* A collection of simulation automation runs.
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a RequestInformation
|
|
35
|
+
*/
|
|
36
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SimulationAutomationRunItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
|
+
/**
|
|
38
|
+
* Update the navigation property runs in security
|
|
39
|
+
* @param body The request body
|
|
40
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
|
+
* @returns a RequestInformation
|
|
42
|
+
*/
|
|
43
|
+
toPatchRequestInformation(body: SimulationAutomationRun, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* A collection of simulation automation runs.
|
|
47
|
+
*/
|
|
48
|
+
export interface SimulationAutomationRunItemRequestBuilderGetQueryParameters {
|
|
49
|
+
/**
|
|
50
|
+
* Expand related entities
|
|
51
|
+
*/
|
|
52
|
+
expand?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* Select properties to be returned
|
|
55
|
+
*/
|
|
56
|
+
select?: string[];
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Metadata for all the requests in the request builder.
|
|
60
|
+
*/
|
|
61
|
+
export declare const SimulationAutomationRunItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
export declare const SimulationAutomationRunItemRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}{?%24select,%24expand}";
|
|
66
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyF,KAAK,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAErK,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,yCAA0C,SAAQ,kBAAkB,CAAC,yCAAyC,CAAC;IAC5H;;;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,2DAA2D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IAC1K;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;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,2DAA2D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACpK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,2DAA2D;IACxE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,gBA+BvE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oDAAoD,qJAAqJ,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimulationAutomationRunItemRequestBuilderUriTemplate = exports.SimulationAutomationRunItemRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const SimulationAutomationRunItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.SimulationAutomationRunItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createSimulationAutomationRunFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: SimulationAutomationRunItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createSimulationAutomationRunFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeSimulationAutomationRun,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.SimulationAutomationRunItemRequestBuilderUriTemplate = "{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* 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/attackSimulation/simulations/$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,kFAAkF,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/attackSimulation/simulations/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|