UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

34 lines 1.86 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.getSecuritySettingsOutput = exports.getSecuritySettings = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * * [Official documentation](https://help.zscaler.com/zia/security-policy-settings#/security-put) * * [API documentation](https://help.zscaler.com/zia/security-policy-settings#/security-put) * * Use the **zia_security_settings** data source to get a list of URLs that were added to the allow and denylist under the Advanced Threat Protection policy in the Zscaler Internet Access cloud or via the API. * * ## Example Usage */ function getSecuritySettings(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getSecuritySettings:getSecuritySettings", {}, opts); } exports.getSecuritySettings = getSecuritySettings; /** * * [Official documentation](https://help.zscaler.com/zia/security-policy-settings#/security-put) * * [API documentation](https://help.zscaler.com/zia/security-policy-settings#/security-put) * * Use the **zia_security_settings** data source to get a list of URLs that were added to the allow and denylist under the Advanced Threat Protection policy in the Zscaler Internet Access cloud or via the API. * * ## Example Usage */ function getSecuritySettingsOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getSecuritySettings:getSecuritySettings", {}, opts); } exports.getSecuritySettingsOutput = getSecuritySettingsOutput; //# sourceMappingURL=getSecuritySettings.js.map