@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
38 lines • 2.84 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.getBrowserControlPolicyOutput = exports.getBrowserControlPolicy = 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
*/
/** @deprecated zia.index/getbrowsercontrolpolicy.getBrowserControlPolicy has been deprecated in favor of zia.index/getbrowsercontrolsettings.getBrowserControlSettings */
function getBrowserControlPolicy(opts) {
pulumi.log.warn("getBrowserControlPolicy is deprecated: zia.index/getbrowsercontrolpolicy.getBrowserControlPolicy has been deprecated in favor of zia.index/getbrowsercontrolsettings.getBrowserControlSettings");
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("zia:index/getBrowserControlPolicy:getBrowserControlPolicy", {}, opts);
}
exports.getBrowserControlPolicy = getBrowserControlPolicy;
/**
* * [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
*/
/** @deprecated zia.index/getbrowsercontrolpolicy.getBrowserControlPolicy has been deprecated in favor of zia.index/getbrowsercontrolsettings.getBrowserControlSettings */
function getBrowserControlPolicyOutput(opts) {
pulumi.log.warn("getBrowserControlPolicy is deprecated: zia.index/getbrowsercontrolpolicy.getBrowserControlPolicy has been deprecated in favor of zia.index/getbrowsercontrolsettings.getBrowserControlSettings");
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("zia:index/getBrowserControlPolicy:getBrowserControlPolicy", {}, opts);
}
exports.getBrowserControlPolicyOutput = getBrowserControlPolicyOutput;
//# sourceMappingURL=getBrowserControlPolicy.js.map
;