@bdzscaler/pulumi-zia
Version:
A Pulumi package for creating and managing zia cloud resources.
34 lines • 1.78 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.getEndUserNotificationOutput = exports.getEndUserNotification = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("./utilities");
/**
* * [Official documentation](https://help.zscaler.com/zia/understanding-browser-based-end-user-notifications)
* * [API documentation](https://help.zscaler.com/zia/end-user-notifications#/eun-get)
*
* Use the **zia_end_user_notification** data source to get information about browser-based end user notification (EUN) configuration details.
*
* ## Example Usage
*/
function getEndUserNotification(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("zia:index/getEndUserNotification:getEndUserNotification", {}, opts);
}
exports.getEndUserNotification = getEndUserNotification;
/**
* * [Official documentation](https://help.zscaler.com/zia/understanding-browser-based-end-user-notifications)
* * [API documentation](https://help.zscaler.com/zia/end-user-notifications#/eun-get)
*
* Use the **zia_end_user_notification** data source to get information about browser-based end user notification (EUN) configuration details.
*
* ## Example Usage
*/
function getEndUserNotificationOutput(opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("zia:index/getEndUserNotification:getEndUserNotification", {}, opts);
}
exports.getEndUserNotificationOutput = getEndUserNotificationOutput;
//# sourceMappingURL=getEndUserNotification.js.map
;