@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
34 lines • 2.1 kB
JavaScript
// *** 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.getBrowserControlSettingsOutput = exports.getBrowserControlSettings = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* * [Official documentation](https://help.zscaler.com/zia/configuring-browser-control-policy)
* * [API documentation](https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get)
*
* Use the **zia_browser_control_policy** data source to retrieves information about the security exceptions configured for the Malware Protection policy. To learn more see [Configuring the Browser Control Policy](https://help.zscaler.com/zia/configuring-browser-control-policy)
*
* ## Example Usage
*/
function getBrowserControlSettings(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("zia:index/getBrowserControlSettings:getBrowserControlSettings", {}, opts);
}
exports.getBrowserControlSettings = getBrowserControlSettings;
/**
* * [Official documentation](https://help.zscaler.com/zia/configuring-browser-control-policy)
* * [API documentation](https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get)
*
* Use the **zia_browser_control_policy** data source to retrieves information about the security exceptions configured for the Malware Protection policy. To learn more see [Configuring the Browser Control Policy](https://help.zscaler.com/zia/configuring-browser-control-policy)
*
* ## Example Usage
*/
function getBrowserControlSettingsOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("zia:index/getBrowserControlSettings:getBrowserControlSettings", {}, opts);
}
exports.getBrowserControlSettingsOutput = getBrowserControlSettingsOutput;
//# sourceMappingURL=getBrowserControlSettings.js.map
;