UNPKG

@bdzscaler/pulumi-zia

Version:

A Pulumi package for creating and managing zia cloud resources.

42 lines 2 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.getDLPIDMProfileLiteOutput = exports.getDLPIDMProfileLite = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * * [Official documentation](https://help.zscaler.com/zia/data-loss-prevention#/idmprofile-get) * * [API documentation](https://help.zscaler.com/zia/about-indexed-document-match) * * Use the **zia_dlp_idm_profile_lite** data source to get summarized information about a ZIA DLP IDM Profile Lite in the Zscaler Internet Access cloud or via the API. * * ## Example Usage */ function getDLPIDMProfileLite(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("zia:index/getDLPIDMProfileLite:getDLPIDMProfileLite", { "activeOnly": args.activeOnly, "templateName": args.templateName, }, opts); } exports.getDLPIDMProfileLite = getDLPIDMProfileLite; /** * * [Official documentation](https://help.zscaler.com/zia/data-loss-prevention#/idmprofile-get) * * [API documentation](https://help.zscaler.com/zia/about-indexed-document-match) * * Use the **zia_dlp_idm_profile_lite** data source to get summarized information about a ZIA DLP IDM Profile Lite in the Zscaler Internet Access cloud or via the API. * * ## Example Usage */ function getDLPIDMProfileLiteOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("zia:index/getDLPIDMProfileLite:getDLPIDMProfileLite", { "activeOnly": args.activeOnly, "templateName": args.templateName, }, opts); } exports.getDLPIDMProfileLiteOutput = getDLPIDMProfileLiteOutput; //# sourceMappingURL=getDLPIDMProfileLite.js.map