@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
34 lines • 1.83 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.getFtpControlPolicyOutput = exports.getFtpControlPolicy = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* * [Official documentation](https://help.zscaler.com/zia/about-ftp-control)
* * [API documentation](https://help.zscaler.com/zia/ftp-control-policy#/ftpSettings-get)
*
* Use the **zia_ftp_control_policy** data source to retrieves the FTP Control Policy configuration. To learn more see [Configuring the FTP Control Policy](https://help.zscaler.com/zia/configuring-ftp-control-policy)
*
* ## Example Usage
*/
function getFtpControlPolicy(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("zia:index/getFtpControlPolicy:getFtpControlPolicy", {}, opts);
}
exports.getFtpControlPolicy = getFtpControlPolicy;
/**
* * [Official documentation](https://help.zscaler.com/zia/about-ftp-control)
* * [API documentation](https://help.zscaler.com/zia/ftp-control-policy#/ftpSettings-get)
*
* Use the **zia_ftp_control_policy** data source to retrieves the FTP Control Policy configuration. To learn more see [Configuring the FTP Control Policy](https://help.zscaler.com/zia/configuring-ftp-control-policy)
*
* ## Example Usage
*/
function getFtpControlPolicyOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("zia:index/getFtpControlPolicy:getFtpControlPolicy", {}, opts);
}
exports.getFtpControlPolicyOutput = getFtpControlPolicyOutput;
//# sourceMappingURL=getFtpControlPolicy.js.map
;