UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

34 lines 2.1 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getAdvancedThreatSettingsOutput = exports.getAdvancedThreatSettings = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * * [Official documentation](https://help.zscaler.com/zia/configuring-advanced-threat-protection-policy) * * [API documentation](https://help.zscaler.com/zia/advanced-threat-protection-policy#/) * * Use the **zia_advanced_threat_settings** data source to retrieve the advanced threat configuration settings in the ZIA Admin Portal. To learn more see [Advanced Threat Protection](https://help.zscaler.com/unified/configuring-security-exceptions-advanced-threat-protection-policy) * * ## Example Usage */ function getAdvancedThreatSettings(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getAdvancedThreatSettings:getAdvancedThreatSettings", {}, opts); } exports.getAdvancedThreatSettings = getAdvancedThreatSettings; /** * * [Official documentation](https://help.zscaler.com/zia/configuring-advanced-threat-protection-policy) * * [API documentation](https://help.zscaler.com/zia/advanced-threat-protection-policy#/) * * Use the **zia_advanced_threat_settings** data source to retrieve the advanced threat configuration settings in the ZIA Admin Portal. To learn more see [Advanced Threat Protection](https://help.zscaler.com/unified/configuring-security-exceptions-advanced-threat-protection-policy) * * ## Example Usage */ function getAdvancedThreatSettingsOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getAdvancedThreatSettings:getAdvancedThreatSettings", {}, opts); } exports.getAdvancedThreatSettingsOutput = getAdvancedThreatSettingsOutput; //# sourceMappingURL=getAdvancedThreatSettings.js.map