UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

28 lines 1.69 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.getATPSecurityExceptionsOutput = exports.getATPSecurityExceptions = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * Use the **zia_atp_security_exceptions** data source to retrieve information about the security exceptions configured for the ATP policy. To learn more see [Advanced Threat Protection](https://help.zscaler.com/unified/configuring-security-exceptions-advanced-threat-protection-policy) * * ## Example Usage */ function getATPSecurityExceptions(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getATPSecurityExceptions:getATPSecurityExceptions", {}, opts); } exports.getATPSecurityExceptions = getATPSecurityExceptions; /** * Use the **zia_atp_security_exceptions** data source to retrieve information about the security exceptions configured for the ATP policy. To learn more see [Advanced Threat Protection](https://help.zscaler.com/unified/configuring-security-exceptions-advanced-threat-protection-policy) * * ## Example Usage */ function getATPSecurityExceptionsOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getATPSecurityExceptions:getATPSecurityExceptions", {}, opts); } exports.getATPSecurityExceptionsOutput = getATPSecurityExceptionsOutput; //# sourceMappingURL=getATPSecurityExceptions.js.map