UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

28 lines 1.59 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.getMalwareInspectionOutput = exports.getMalwareInspection = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * Use the **zia_atp_malware_inspection** data source to retrieves the traffic inspection configurations of Malware Protection policy. To learn more see [Configuring Malware Protection Policy](https://help.zscaler.com/unified/configuring-malware-protection-policy) * * ## Example Usage */ function getMalwareInspection(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getMalwareInspection:getMalwareInspection", {}, opts); } exports.getMalwareInspection = getMalwareInspection; /** * Use the **zia_atp_malware_inspection** data source to retrieves the traffic inspection configurations of Malware Protection policy. To learn more see [Configuring Malware Protection Policy](https://help.zscaler.com/unified/configuring-malware-protection-policy) * * ## Example Usage */ function getMalwareInspectionOutput(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getMalwareInspection:getMalwareInspection", {}, opts); } exports.getMalwareInspectionOutput = getMalwareInspectionOutput; //# sourceMappingURL=getMalwareInspection.js.map