@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
34 lines • 2.02 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.getAuthSettingsURLsOutput = exports.getAuthSettingsURLs = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* * [Official documentation](https://help.zscaler.com/zia/url-format-guidelines)
* * [API documentation](https://help.zscaler.com/zia/user-authentication-settings#/authSettings/exemptedUrls-get)
*
* Use the **zia_auth_settings_urls** data source to get a list of URLs that were exempted from cookie authentiation and SSL Inspection in the Zscaler Internet Access cloud or via the API. To learn more see [URL Format Guidelines](https://help.zscaler.com/zia/url-format-guidelines)
*
* ## Example Usage
*/
function getAuthSettingsURLs(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("zia:index/getAuthSettingsURLs:getAuthSettingsURLs", {}, opts);
}
exports.getAuthSettingsURLs = getAuthSettingsURLs;
/**
* * [Official documentation](https://help.zscaler.com/zia/url-format-guidelines)
* * [API documentation](https://help.zscaler.com/zia/user-authentication-settings#/authSettings/exemptedUrls-get)
*
* Use the **zia_auth_settings_urls** data source to get a list of URLs that were exempted from cookie authentiation and SSL Inspection in the Zscaler Internet Access cloud or via the API. To learn more see [URL Format Guidelines](https://help.zscaler.com/zia/url-format-guidelines)
*
* ## Example Usage
*/
function getAuthSettingsURLsOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("zia:index/getAuthSettingsURLs:getAuthSettingsURLs", {}, opts);
}
exports.getAuthSettingsURLsOutput = getAuthSettingsURLsOutput;
//# sourceMappingURL=getAuthSettingsURLs.js.map
;