UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

34 lines 2.26 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.getMobileMalwareProtectionPolicyOutput = exports.getMobileMalwareProtectionPolicy = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * * [Official documentation](https://help.zscaler.com/zia/configuring-mobile-malware-protection-policy) * * [API documentation](https://help.zscaler.com/zia/mobile-malware-protection-policy#/mobileAdvanceThreatSettings-put) * * Use the **zia_mobile_malware_protection_policy** data source to retrieves all the rules in the Mobile Malware Protection policy configuration. To learn more see [Configuring the Mobile Malware Protection Policy](https://help.zscaler.com/zia/configuring-mobile-malware-protection-policy) * * ## Example Usage */ function getMobileMalwareProtectionPolicy(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getMobileMalwareProtectionPolicy:getMobileMalwareProtectionPolicy", {}, opts); } exports.getMobileMalwareProtectionPolicy = getMobileMalwareProtectionPolicy; /** * * [Official documentation](https://help.zscaler.com/zia/configuring-mobile-malware-protection-policy) * * [API documentation](https://help.zscaler.com/zia/mobile-malware-protection-policy#/mobileAdvanceThreatSettings-put) * * Use the **zia_mobile_malware_protection_policy** data source to retrieves all the rules in the Mobile Malware Protection policy configuration. To learn more see [Configuring the Mobile Malware Protection Policy](https://help.zscaler.com/zia/configuring-mobile-malware-protection-policy) * * ## Example Usage */ function getMobileMalwareProtectionPolicyOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getMobileMalwareProtectionPolicy:getMobileMalwareProtectionPolicy", {}, opts); } exports.getMobileMalwareProtectionPolicyOutput = getMobileMalwareProtectionPolicyOutput; //# sourceMappingURL=getMobileMalwareProtectionPolicy.js.map