@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,119 @@
|
|
|
1
|
+
import { type Security } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type Alerts_v2RequestBuilder } from './alerts_v2/';
|
|
3
|
+
import { type AlertsRequestBuilder } from './alerts/';
|
|
4
|
+
import { type AttackSimulationRequestBuilder } from './attackSimulation/';
|
|
5
|
+
import { type CasesRequestBuilder } from './cases/';
|
|
6
|
+
import { type IncidentsRequestBuilder } from './incidents/';
|
|
7
|
+
import { type MicrosoftGraphSecurityRunHuntingQueryRequestBuilder } from './microsoftGraphSecurityRunHuntingQuery/';
|
|
8
|
+
import { type SecureScoreControlProfilesRequestBuilder } from './secureScoreControlProfiles/';
|
|
9
|
+
import { type SecureScoresRequestBuilder } from './secureScores/';
|
|
10
|
+
import { type SubjectRightsRequestsRequestBuilder } from './subjectRightsRequests/';
|
|
11
|
+
import { type ThreatIntelligenceRequestBuilder } from './threatIntelligence/';
|
|
12
|
+
import { type TriggersRequestBuilder } from './triggers/';
|
|
13
|
+
import { type TriggerTypesRequestBuilder } from './triggerTypes/';
|
|
14
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
15
|
+
/**
|
|
16
|
+
* Provides operations to manage the security singleton.
|
|
17
|
+
*/
|
|
18
|
+
export interface SecurityRequestBuilder extends BaseRequestBuilder<SecurityRequestBuilder> {
|
|
19
|
+
/**
|
|
20
|
+
* Provides operations to manage the alerts property of the microsoft.graph.security entity.
|
|
21
|
+
*/
|
|
22
|
+
get alerts(): AlertsRequestBuilder;
|
|
23
|
+
/**
|
|
24
|
+
* Provides operations to manage the alerts_v2 property of the microsoft.graph.security entity.
|
|
25
|
+
*/
|
|
26
|
+
get alerts_v2(): Alerts_v2RequestBuilder;
|
|
27
|
+
/**
|
|
28
|
+
* Provides operations to manage the attackSimulation property of the microsoft.graph.security entity.
|
|
29
|
+
*/
|
|
30
|
+
get attackSimulation(): AttackSimulationRequestBuilder;
|
|
31
|
+
/**
|
|
32
|
+
* Provides operations to manage the cases property of the microsoft.graph.security entity.
|
|
33
|
+
*/
|
|
34
|
+
get cases(): CasesRequestBuilder;
|
|
35
|
+
/**
|
|
36
|
+
* Provides operations to manage the incidents property of the microsoft.graph.security entity.
|
|
37
|
+
*/
|
|
38
|
+
get incidents(): IncidentsRequestBuilder;
|
|
39
|
+
/**
|
|
40
|
+
* Provides operations to call the runHuntingQuery method.
|
|
41
|
+
*/
|
|
42
|
+
get microsoftGraphSecurityRunHuntingQuery(): MicrosoftGraphSecurityRunHuntingQueryRequestBuilder;
|
|
43
|
+
/**
|
|
44
|
+
* Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity.
|
|
45
|
+
*/
|
|
46
|
+
get secureScoreControlProfiles(): SecureScoreControlProfilesRequestBuilder;
|
|
47
|
+
/**
|
|
48
|
+
* Provides operations to manage the secureScores property of the microsoft.graph.security entity.
|
|
49
|
+
*/
|
|
50
|
+
get secureScores(): SecureScoresRequestBuilder;
|
|
51
|
+
/**
|
|
52
|
+
* Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity.
|
|
53
|
+
*/
|
|
54
|
+
get subjectRightsRequests(): SubjectRightsRequestsRequestBuilder;
|
|
55
|
+
/**
|
|
56
|
+
* Provides operations to manage the threatIntelligence property of the microsoft.graph.security entity.
|
|
57
|
+
*/
|
|
58
|
+
get threatIntelligence(): ThreatIntelligenceRequestBuilder;
|
|
59
|
+
/**
|
|
60
|
+
* Provides operations to manage the triggers property of the microsoft.graph.security entity.
|
|
61
|
+
*/
|
|
62
|
+
get triggers(): TriggersRequestBuilder;
|
|
63
|
+
/**
|
|
64
|
+
* Provides operations to manage the triggerTypes property of the microsoft.graph.security entity.
|
|
65
|
+
*/
|
|
66
|
+
get triggerTypes(): TriggerTypesRequestBuilder;
|
|
67
|
+
/**
|
|
68
|
+
* Get security
|
|
69
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
|
+
* @returns a Promise of Security
|
|
71
|
+
*/
|
|
72
|
+
get(requestConfiguration?: RequestConfiguration<SecurityRequestBuilderGetQueryParameters> | undefined): Promise<Security | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Update security
|
|
75
|
+
* @param body The request body
|
|
76
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
77
|
+
* @returns a Promise of Security
|
|
78
|
+
*/
|
|
79
|
+
patch(body: Security, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Security | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* Get security
|
|
82
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
83
|
+
* @returns a RequestInformation
|
|
84
|
+
*/
|
|
85
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SecurityRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
86
|
+
/**
|
|
87
|
+
* Update security
|
|
88
|
+
* @param body The request body
|
|
89
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
90
|
+
* @returns a RequestInformation
|
|
91
|
+
*/
|
|
92
|
+
toPatchRequestInformation(body: Security, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Get security
|
|
96
|
+
*/
|
|
97
|
+
export interface SecurityRequestBuilderGetQueryParameters {
|
|
98
|
+
/**
|
|
99
|
+
* Expand related entities
|
|
100
|
+
*/
|
|
101
|
+
expand?: string[];
|
|
102
|
+
/**
|
|
103
|
+
* Select properties to be returned
|
|
104
|
+
*/
|
|
105
|
+
select?: string[];
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Metadata for all the navigation properties in the request builder.
|
|
109
|
+
*/
|
|
110
|
+
export declare const SecurityRequestBuilderNavigationMetadata: Record<Exclude<keyof SecurityRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
111
|
+
/**
|
|
112
|
+
* Metadata for all the requests in the request builder.
|
|
113
|
+
*/
|
|
114
|
+
export declare const SecurityRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
115
|
+
/**
|
|
116
|
+
* Uri template for the request builder.
|
|
117
|
+
*/
|
|
118
|
+
export declare const SecurityRequestBuilderUriTemplate = "{+baseurl}/security{?%24select,%24expand}";
|
|
119
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2D,KAAK,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAExH,OAAO,EAA0H,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACpL,OAAO,EAAiH,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACrK,OAAO,EAA+I,KAAK,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AACvN,OAAO,EAA8G,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAChK,OAAO,EAA0H,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACpL,OAAO,EAAuI,KAAK,mDAAmD,EAAE,MAAM,0CAA0C,CAAC;AACzP,OAAO,EAA6K,KAAK,wCAAwC,EAAE,MAAM,+BAA+B,CAAC;AACzQ,OAAO,EAAmI,KAAK,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AACnM,OAAO,EAA8J,KAAK,mCAAmC,EAAE,MAAM,0BAA0B,CAAC;AAChP,OAAO,EAAqJ,KAAK,gCAAgC,EAAE,MAAM,uBAAuB,CAAC;AACjO,OAAO,EAAuH,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC/K,OAAO,EAAmI,KAAK,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AACnM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;OAEG;IACH,IAAI,qCAAqC,IAAI,mDAAmD,CAAC;IACjG;;OAEG;IACH,IAAI,0BAA0B,IAAI,wCAAwC,CAAC;IAC3E;;OAEG;IACH,IAAI,YAAY,IAAI,0BAA0B,CAAC;IAC/C;;OAEG;IACH,IAAI,qBAAqB,IAAI,mCAAmC,CAAC;IACjE;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;OAEG;IACH,IAAI,YAAY,IAAI,0BAA0B,CAAC;IAC/C;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IACxI;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,QAAQ,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IACxH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,QAAQ,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpI;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CA4D1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,8CAA8C,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecurityRequestBuilderUriTemplate = exports.SecurityRequestBuilderRequestsMetadata = exports.SecurityRequestBuilderNavigationMetadata = 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 alerts_v2_1 = require("./alerts_v2/");
|
|
10
|
+
const alerts_1 = require("./alerts/");
|
|
11
|
+
const attackSimulation_1 = require("./attackSimulation/");
|
|
12
|
+
const cases_1 = require("./cases/");
|
|
13
|
+
const incidents_1 = require("./incidents/");
|
|
14
|
+
const microsoftGraphSecurityRunHuntingQuery_1 = require("./microsoftGraphSecurityRunHuntingQuery/");
|
|
15
|
+
const secureScoreControlProfiles_1 = require("./secureScoreControlProfiles/");
|
|
16
|
+
const secureScores_1 = require("./secureScores/");
|
|
17
|
+
const subjectRightsRequests_1 = require("./subjectRightsRequests/");
|
|
18
|
+
const threatIntelligence_1 = require("./threatIntelligence/");
|
|
19
|
+
const triggers_1 = require("./triggers/");
|
|
20
|
+
const triggerTypes_1 = require("./triggerTypes/");
|
|
21
|
+
/**
|
|
22
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
23
|
+
*/
|
|
24
|
+
const SecurityRequestBuilderGetQueryParametersMapper = {
|
|
25
|
+
"expand": "%24expand",
|
|
26
|
+
"select": "%24select",
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Metadata for all the navigation properties in the request builder.
|
|
30
|
+
*/
|
|
31
|
+
exports.SecurityRequestBuilderNavigationMetadata = {
|
|
32
|
+
alerts: {
|
|
33
|
+
uriTemplate: alerts_1.AlertsRequestBuilderUriTemplate,
|
|
34
|
+
requestsMetadata: alerts_1.AlertsRequestBuilderRequestsMetadata,
|
|
35
|
+
navigationMetadata: alerts_1.AlertsRequestBuilderNavigationMetadata,
|
|
36
|
+
},
|
|
37
|
+
alerts_v2: {
|
|
38
|
+
uriTemplate: alerts_v2_1.Alerts_v2RequestBuilderUriTemplate,
|
|
39
|
+
requestsMetadata: alerts_v2_1.Alerts_v2RequestBuilderRequestsMetadata,
|
|
40
|
+
navigationMetadata: alerts_v2_1.Alerts_v2RequestBuilderNavigationMetadata,
|
|
41
|
+
},
|
|
42
|
+
attackSimulation: {
|
|
43
|
+
uriTemplate: attackSimulation_1.AttackSimulationRequestBuilderUriTemplate,
|
|
44
|
+
requestsMetadata: attackSimulation_1.AttackSimulationRequestBuilderRequestsMetadata,
|
|
45
|
+
navigationMetadata: attackSimulation_1.AttackSimulationRequestBuilderNavigationMetadata,
|
|
46
|
+
},
|
|
47
|
+
cases: {
|
|
48
|
+
uriTemplate: cases_1.CasesRequestBuilderUriTemplate,
|
|
49
|
+
requestsMetadata: cases_1.CasesRequestBuilderRequestsMetadata,
|
|
50
|
+
navigationMetadata: cases_1.CasesRequestBuilderNavigationMetadata,
|
|
51
|
+
},
|
|
52
|
+
incidents: {
|
|
53
|
+
uriTemplate: incidents_1.IncidentsRequestBuilderUriTemplate,
|
|
54
|
+
requestsMetadata: incidents_1.IncidentsRequestBuilderRequestsMetadata,
|
|
55
|
+
navigationMetadata: incidents_1.IncidentsRequestBuilderNavigationMetadata,
|
|
56
|
+
},
|
|
57
|
+
microsoftGraphSecurityRunHuntingQuery: {
|
|
58
|
+
uriTemplate: microsoftGraphSecurityRunHuntingQuery_1.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderUriTemplate,
|
|
59
|
+
requestsMetadata: microsoftGraphSecurityRunHuntingQuery_1.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderRequestsMetadata,
|
|
60
|
+
},
|
|
61
|
+
secureScoreControlProfiles: {
|
|
62
|
+
uriTemplate: secureScoreControlProfiles_1.SecureScoreControlProfilesRequestBuilderUriTemplate,
|
|
63
|
+
requestsMetadata: secureScoreControlProfiles_1.SecureScoreControlProfilesRequestBuilderRequestsMetadata,
|
|
64
|
+
navigationMetadata: secureScoreControlProfiles_1.SecureScoreControlProfilesRequestBuilderNavigationMetadata,
|
|
65
|
+
},
|
|
66
|
+
secureScores: {
|
|
67
|
+
uriTemplate: secureScores_1.SecureScoresRequestBuilderUriTemplate,
|
|
68
|
+
requestsMetadata: secureScores_1.SecureScoresRequestBuilderRequestsMetadata,
|
|
69
|
+
navigationMetadata: secureScores_1.SecureScoresRequestBuilderNavigationMetadata,
|
|
70
|
+
},
|
|
71
|
+
subjectRightsRequests: {
|
|
72
|
+
uriTemplate: subjectRightsRequests_1.SubjectRightsRequestsRequestBuilderUriTemplate,
|
|
73
|
+
requestsMetadata: subjectRightsRequests_1.SubjectRightsRequestsRequestBuilderRequestsMetadata,
|
|
74
|
+
navigationMetadata: subjectRightsRequests_1.SubjectRightsRequestsRequestBuilderNavigationMetadata,
|
|
75
|
+
},
|
|
76
|
+
threatIntelligence: {
|
|
77
|
+
uriTemplate: threatIntelligence_1.ThreatIntelligenceRequestBuilderUriTemplate,
|
|
78
|
+
requestsMetadata: threatIntelligence_1.ThreatIntelligenceRequestBuilderRequestsMetadata,
|
|
79
|
+
navigationMetadata: threatIntelligence_1.ThreatIntelligenceRequestBuilderNavigationMetadata,
|
|
80
|
+
},
|
|
81
|
+
triggers: {
|
|
82
|
+
uriTemplate: triggers_1.TriggersRequestBuilderUriTemplate,
|
|
83
|
+
requestsMetadata: triggers_1.TriggersRequestBuilderRequestsMetadata,
|
|
84
|
+
navigationMetadata: triggers_1.TriggersRequestBuilderNavigationMetadata,
|
|
85
|
+
},
|
|
86
|
+
triggerTypes: {
|
|
87
|
+
uriTemplate: triggerTypes_1.TriggerTypesRequestBuilderUriTemplate,
|
|
88
|
+
requestsMetadata: triggerTypes_1.TriggerTypesRequestBuilderRequestsMetadata,
|
|
89
|
+
navigationMetadata: triggerTypes_1.TriggerTypesRequestBuilderNavigationMetadata,
|
|
90
|
+
},
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* Metadata for all the requests in the request builder.
|
|
94
|
+
*/
|
|
95
|
+
exports.SecurityRequestBuilderRequestsMetadata = {
|
|
96
|
+
get: {
|
|
97
|
+
responseBodyContentType: "application/json",
|
|
98
|
+
errorMappings: {
|
|
99
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
100
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
101
|
+
},
|
|
102
|
+
adapterMethodName: "sendAsync",
|
|
103
|
+
responseBodyFactory: models_1.createSecurityFromDiscriminatorValue,
|
|
104
|
+
queryParametersMapper: SecurityRequestBuilderGetQueryParametersMapper,
|
|
105
|
+
},
|
|
106
|
+
patch: {
|
|
107
|
+
responseBodyContentType: "application/json",
|
|
108
|
+
errorMappings: {
|
|
109
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
110
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
111
|
+
},
|
|
112
|
+
adapterMethodName: "sendAsync",
|
|
113
|
+
responseBodyFactory: models_1.createSecurityFromDiscriminatorValue,
|
|
114
|
+
requestBodyContentType: "application/json",
|
|
115
|
+
requestBodySerializer: models_1.serializeSecurity,
|
|
116
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
117
|
+
},
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Uri template for the request builder.
|
|
121
|
+
*/
|
|
122
|
+
exports.SecurityRequestBuilderUriTemplate = "{+baseurl}/security{?%24select,%24expand}";
|
|
123
|
+
/* tslint:enable */
|
|
124
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { type HuntingQueryResults } from '@microsoft/msgraph-sdk/models/security/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a runHuntingQueryPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createRunHuntingQueryPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoRunHuntingQueryPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoRunHuntingQueryPostRequestBody(runHuntingQueryPostRequestBody?: RunHuntingQueryPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
/**
|
|
15
|
+
* Provides operations to call the runHuntingQuery method.
|
|
16
|
+
*/
|
|
17
|
+
export interface MicrosoftGraphSecurityRunHuntingQueryRequestBuilder extends BaseRequestBuilder<MicrosoftGraphSecurityRunHuntingQueryRequestBuilder> {
|
|
18
|
+
/**
|
|
19
|
+
* Invoke action runHuntingQuery
|
|
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 HuntingQueryResults
|
|
23
|
+
*/
|
|
24
|
+
post(body: RunHuntingQueryPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<HuntingQueryResults | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Invoke action runHuntingQuery
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a RequestInformation
|
|
30
|
+
*/
|
|
31
|
+
toPostRequestInformation(body: RunHuntingQueryPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
32
|
+
}
|
|
33
|
+
export interface RunHuntingQueryPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
34
|
+
/**
|
|
35
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
36
|
+
*/
|
|
37
|
+
additionalData?: Record<string, unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* Stores model information.
|
|
40
|
+
*/
|
|
41
|
+
backingStoreEnabled?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The query property
|
|
44
|
+
*/
|
|
45
|
+
query?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Serializes information the current object
|
|
49
|
+
* @param writer Serialization writer to use to serialize this model
|
|
50
|
+
*/
|
|
51
|
+
export declare function serializeRunHuntingQueryPostRequestBody(writer: SerializationWriter, runHuntingQueryPostRequestBody?: RunHuntingQueryPostRequestBody | undefined): void;
|
|
52
|
+
/**
|
|
53
|
+
* Metadata for all the requests in the request builder.
|
|
54
|
+
*/
|
|
55
|
+
export declare const MicrosoftGraphSecurityRunHuntingQueryRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
56
|
+
/**
|
|
57
|
+
* Uri template for the request builder.
|
|
58
|
+
*/
|
|
59
|
+
export declare const MicrosoftGraphSecurityRunHuntingQueryRequestBuilderUriTemplate = "{+baseurl}/security/microsoft.graph.security.runHuntingQuery";
|
|
60
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAiF,KAAK,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAClK,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,wDAE1G;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK3N;AACD;;GAEG;AACH,MAAM,WAAW,mDAAoD,SAAQ,kBAAkB,CAAC,mDAAmD,CAAC;IAChJ;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IACxJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD,MAAM,WAAW,8BAA+B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,IAAI,CAG7M;AACD;;GAEG;AACH,eAAO,MAAM,mEAAmE,EAAE,gBAajF,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8DAA8D,iEAAiE,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderUriTemplate = exports.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderRequestsMetadata = exports.serializeRunHuntingQueryPostRequestBody = exports.deserializeIntoRunHuntingQueryPostRequestBody = exports.createRunHuntingQueryPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
const security_1 = require("@microsoft/msgraph-sdk/models/security/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a runHuntingQueryPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createRunHuntingQueryPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoRunHuntingQueryPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createRunHuntingQueryPostRequestBodyFromDiscriminatorValue = createRunHuntingQueryPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoRunHuntingQueryPostRequestBody(runHuntingQueryPostRequestBody = {}) {
|
|
23
|
+
return {
|
|
24
|
+
"backingStoreEnabled": n => { runHuntingQueryPostRequestBody.backingStoreEnabled = true; },
|
|
25
|
+
"query": n => { runHuntingQueryPostRequestBody.query = n.getStringValue(); },
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.deserializeIntoRunHuntingQueryPostRequestBody = deserializeIntoRunHuntingQueryPostRequestBody;
|
|
29
|
+
/**
|
|
30
|
+
* Serializes information the current object
|
|
31
|
+
* @param writer Serialization writer to use to serialize this model
|
|
32
|
+
*/
|
|
33
|
+
function serializeRunHuntingQueryPostRequestBody(writer, runHuntingQueryPostRequestBody = {}) {
|
|
34
|
+
writer.writeStringValue("query", runHuntingQueryPostRequestBody.query);
|
|
35
|
+
writer.writeAdditionalData(runHuntingQueryPostRequestBody.additionalData);
|
|
36
|
+
}
|
|
37
|
+
exports.serializeRunHuntingQueryPostRequestBody = serializeRunHuntingQueryPostRequestBody;
|
|
38
|
+
/**
|
|
39
|
+
* Metadata for all the requests in the request builder.
|
|
40
|
+
*/
|
|
41
|
+
exports.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderRequestsMetadata = {
|
|
42
|
+
post: {
|
|
43
|
+
responseBodyContentType: "application/json",
|
|
44
|
+
errorMappings: {
|
|
45
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "sendAsync",
|
|
49
|
+
responseBodyFactory: security_1.createHuntingQueryResultsFromDiscriminatorValue,
|
|
50
|
+
requestBodyContentType: "application/json",
|
|
51
|
+
requestBodySerializer: serializeRunHuntingQueryPostRequestBody,
|
|
52
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Uri template for the request builder.
|
|
57
|
+
*/
|
|
58
|
+
exports.MicrosoftGraphSecurityRunHuntingQueryRequestBuilderUriTemplate = "{+baseurl}/security/microsoft.graph.security.runHuntingQuery";
|
|
59
|
+
/* tslint:enable */
|
|
60
|
+
/* 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/secureScoreControlProfiles/$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,gFAAgF,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/secureScoreControlProfiles/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { type SecureScoreControlProfile, type SecureScoreControlProfileCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type SecureScoreControlProfileItemRequestBuilder } 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 secureScoreControlProfiles property of the microsoft.graph.security entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface SecureScoreControlProfilesRequestBuilder extends BaseRequestBuilder<SecureScoreControlProfilesRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity.
|
|
15
|
+
* @param secureScoreControlProfileId The unique identifier of secureScoreControlProfile
|
|
16
|
+
* @returns a SecureScoreControlProfileItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
bySecureScoreControlProfileId(secureScoreControlProfileId: string): SecureScoreControlProfileItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve the properties and relationships of a secureScoreControlProfiles object.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of SecureScoreControlProfileCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<SecureScoreControlProfilesRequestBuilderGetQueryParameters> | undefined): Promise<SecureScoreControlProfileCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create new navigation property to secureScoreControlProfiles 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 SecureScoreControlProfile
|
|
31
|
+
*/
|
|
32
|
+
post(body: SecureScoreControlProfile, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SecureScoreControlProfile | undefined>;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieve the properties and relationships of a secureScoreControlProfiles object.
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns a RequestInformation
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SecureScoreControlProfilesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Create new navigation property to secureScoreControlProfiles 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: SecureScoreControlProfile, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Retrieve the properties and relationships of a secureScoreControlProfiles object.
|
|
49
|
+
*/
|
|
50
|
+
export interface SecureScoreControlProfilesRequestBuilderGetQueryParameters {
|
|
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 SecureScoreControlProfilesRequestBuilderNavigationMetadata: Record<Exclude<keyof SecureScoreControlProfilesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
88
|
+
/**
|
|
89
|
+
* Metadata for all the requests in the request builder.
|
|
90
|
+
*/
|
|
91
|
+
export declare const SecureScoreControlProfilesRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
92
|
+
/**
|
|
93
|
+
* Uri template for the request builder.
|
|
94
|
+
*/
|
|
95
|
+
export declare const SecureScoreControlProfilesRequestBuilderUriTemplate = "{+baseurl}/security/secureScoreControlProfiles{?%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,EAAsK,KAAK,yBAAyB,EAAE,KAAK,2CAA2C,EAAE,MAAM,gCAAgC,CAAC;AAEtS,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAuH,KAAK,2CAA2C,EAAE,MAAM,SAAS,CAAC;AAChM,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,wCAAyC,SAAQ,kBAAkB,CAAC,wCAAwC,CAAC;IAC1H;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,6BAA6B,CAAC,2BAA2B,EAAE,MAAM,GAAI,2CAA2C,CAAC;IAClH;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0DAA0D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2CAA2C,GAAG,SAAS,CAAC,CAAC;IAC7L;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,yBAAyB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IACzJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0DAA0D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,yBAAyB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,0DAA0D;IACvE;;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,0DAA0D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,wCAAwC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAU9L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,gBAuBtE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mDAAmD,gIAAgI,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecureScoreControlProfilesRequestBuilderUriTemplate = exports.SecureScoreControlProfilesRequestBuilderRequestsMetadata = exports.SecureScoreControlProfilesRequestBuilderNavigationMetadata = 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 SecureScoreControlProfilesRequestBuilderGetQueryParametersMapper = {
|
|
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.SecureScoreControlProfilesRequestBuilderNavigationMetadata = {
|
|
28
|
+
bySecureScoreControlProfileId: {
|
|
29
|
+
uriTemplate: item_1.SecureScoreControlProfileItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.SecureScoreControlProfileItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["secureScoreControlProfile%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.SecureScoreControlProfilesRequestBuilderRequestsMetadata = {
|
|
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.createSecureScoreControlProfileCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: SecureScoreControlProfilesRequestBuilderGetQueryParametersMapper,
|
|
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.createSecureScoreControlProfileFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeSecureScoreControlProfile,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.SecureScoreControlProfilesRequestBuilderUriTemplate = "{+baseurl}/security/secureScoreControlProfiles{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|