published on Friday, Mar 13, 2026 by Zscaler
published on Friday, Mar 13, 2026 by Zscaler
The zia_end_user_notification resource manages end user notification settings in the Zscaler Internet Access (ZIA) cloud service. This is a singleton resource — only one end user notification configuration exists per tenant. It controls the messages and settings displayed to end users when their traffic is blocked, cautioned, or requires an Acceptable Use Policy (AUP) acknowledgment. Deleting the Pulumi resource does not remove the underlying settings.
Example Usage
End User Notification
Example coming soon!
Example coming soon!
Example coming soon!
import * as zia from "@bdzscaler/pulumi-zia";
const example = new zia.EndUserNotification("example", {
aupFrequency: "ON_EVERY_LOGIN",
notificationType: "CUSTOM",
displayReason: true,
displayCompanyName: true,
supportEmail: "support@example.com",
});
import zscaler_pulumi_zia as zia
example = zia.EndUserNotification("example",
aup_frequency="ON_EVERY_LOGIN",
notification_type="CUSTOM",
display_reason=True,
display_company_name=True,
support_email="support@example.com",
)
resources:
example:
type: zia:EndUserNotification
properties:
aupFrequency: ON_EVERY_LOGIN
notificationType: CUSTOM
displayReason: true
displayCompanyName: true
supportEmail: support@example.com
Create EndUserNotification Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EndUserNotification(name: string, args?: EndUserNotificationArgs, opts?: CustomResourceOptions);@overload
def EndUserNotification(resource_name: str,
args: Optional[EndUserNotificationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def EndUserNotification(resource_name: str,
opts: Optional[ResourceOptions] = None,
aup_custom_frequency: Optional[int] = None,
aup_day_offset: Optional[int] = None,
aup_frequency: Optional[str] = None,
aup_message: Optional[str] = None,
caution_again_after: Optional[int] = None,
caution_custom_text: Optional[str] = None,
caution_per_domain: Optional[bool] = None,
custom_text: Optional[str] = None,
display_company_logo: Optional[bool] = None,
display_company_name: Optional[bool] = None,
display_reason: Optional[bool] = None,
idp_proxy_notification_text: Optional[str] = None,
notification_type: Optional[str] = None,
org_policy_link: Optional[str] = None,
quarantine_custom_notification_text: Optional[str] = None,
redirect_url: Optional[str] = None,
security_review_custom_location: Optional[str] = None,
security_review_enabled: Optional[bool] = None,
security_review_submit_to_security_cloud: Optional[bool] = None,
security_review_text: Optional[str] = None,
support_email: Optional[str] = None,
support_phone: Optional[str] = None,
url_cat_review_custom_location: Optional[str] = None,
url_cat_review_enabled: Optional[bool] = None,
url_cat_review_submit_to_security_cloud: Optional[bool] = None,
url_cat_review_text: Optional[str] = None,
web_dlp_review_custom_location: Optional[str] = None,
web_dlp_review_enabled: Optional[bool] = None,
web_dlp_review_submit_to_security_cloud: Optional[bool] = None,
web_dlp_review_text: Optional[str] = None)func NewEndUserNotification(ctx *Context, name string, args *EndUserNotificationArgs, opts ...ResourceOption) (*EndUserNotification, error)public EndUserNotification(string name, EndUserNotificationArgs? args = null, CustomResourceOptions? opts = null)
public EndUserNotification(String name, EndUserNotificationArgs args)
public EndUserNotification(String name, EndUserNotificationArgs args, CustomResourceOptions options)
type: zia:EndUserNotification
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EndUserNotificationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EndUserNotificationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EndUserNotificationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EndUserNotificationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EndUserNotificationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var endUserNotificationResource = new Zia.EndUserNotification("endUserNotificationResource", new()
{
AupCustomFrequency = 0,
AupDayOffset = 0,
AupFrequency = "string",
AupMessage = "string",
CautionAgainAfter = 0,
CautionCustomText = "string",
CautionPerDomain = false,
CustomText = "string",
DisplayCompanyLogo = false,
DisplayCompanyName = false,
DisplayReason = false,
IdpProxyNotificationText = "string",
NotificationType = "string",
OrgPolicyLink = "string",
QuarantineCustomNotificationText = "string",
RedirectUrl = "string",
SecurityReviewCustomLocation = "string",
SecurityReviewEnabled = false,
SecurityReviewSubmitToSecurityCloud = false,
SecurityReviewText = "string",
SupportEmail = "string",
SupportPhone = "string",
UrlCatReviewCustomLocation = "string",
UrlCatReviewEnabled = false,
UrlCatReviewSubmitToSecurityCloud = false,
UrlCatReviewText = "string",
WebDlpReviewCustomLocation = "string",
WebDlpReviewEnabled = false,
WebDlpReviewSubmitToSecurityCloud = false,
WebDlpReviewText = "string",
});
example, err := zia.NewEndUserNotification(ctx, "endUserNotificationResource", &zia.EndUserNotificationArgs{
AupCustomFrequency: pulumi.Int(0),
AupDayOffset: pulumi.Int(0),
AupFrequency: pulumi.String("string"),
AupMessage: pulumi.String("string"),
CautionAgainAfter: pulumi.Int(0),
CautionCustomText: pulumi.String("string"),
CautionPerDomain: pulumi.Bool(false),
CustomText: pulumi.String("string"),
DisplayCompanyLogo: pulumi.Bool(false),
DisplayCompanyName: pulumi.Bool(false),
DisplayReason: pulumi.Bool(false),
IdpProxyNotificationText: pulumi.String("string"),
NotificationType: pulumi.String("string"),
OrgPolicyLink: pulumi.String("string"),
QuarantineCustomNotificationText: pulumi.String("string"),
RedirectUrl: pulumi.String("string"),
SecurityReviewCustomLocation: pulumi.String("string"),
SecurityReviewEnabled: pulumi.Bool(false),
SecurityReviewSubmitToSecurityCloud: pulumi.Bool(false),
SecurityReviewText: pulumi.String("string"),
SupportEmail: pulumi.String("string"),
SupportPhone: pulumi.String("string"),
UrlCatReviewCustomLocation: pulumi.String("string"),
UrlCatReviewEnabled: pulumi.Bool(false),
UrlCatReviewSubmitToSecurityCloud: pulumi.Bool(false),
UrlCatReviewText: pulumi.String("string"),
WebDlpReviewCustomLocation: pulumi.String("string"),
WebDlpReviewEnabled: pulumi.Bool(false),
WebDlpReviewSubmitToSecurityCloud: pulumi.Bool(false),
WebDlpReviewText: pulumi.String("string"),
})
var endUserNotificationResource = new EndUserNotification("endUserNotificationResource", EndUserNotificationArgs.builder()
.aupCustomFrequency(0)
.aupDayOffset(0)
.aupFrequency("string")
.aupMessage("string")
.cautionAgainAfter(0)
.cautionCustomText("string")
.cautionPerDomain(false)
.customText("string")
.displayCompanyLogo(false)
.displayCompanyName(false)
.displayReason(false)
.idpProxyNotificationText("string")
.notificationType("string")
.orgPolicyLink("string")
.quarantineCustomNotificationText("string")
.redirectUrl("string")
.securityReviewCustomLocation("string")
.securityReviewEnabled(false)
.securityReviewSubmitToSecurityCloud(false)
.securityReviewText("string")
.supportEmail("string")
.supportPhone("string")
.urlCatReviewCustomLocation("string")
.urlCatReviewEnabled(false)
.urlCatReviewSubmitToSecurityCloud(false)
.urlCatReviewText("string")
.webDlpReviewCustomLocation("string")
.webDlpReviewEnabled(false)
.webDlpReviewSubmitToSecurityCloud(false)
.webDlpReviewText("string")
.build());
end_user_notification_resource = zia.EndUserNotification("endUserNotificationResource",
aup_custom_frequency=0,
aup_day_offset=0,
aup_frequency="string",
aup_message="string",
caution_again_after=0,
caution_custom_text="string",
caution_per_domain=False,
custom_text="string",
display_company_logo=False,
display_company_name=False,
display_reason=False,
idp_proxy_notification_text="string",
notification_type="string",
org_policy_link="string",
quarantine_custom_notification_text="string",
redirect_url="string",
security_review_custom_location="string",
security_review_enabled=False,
security_review_submit_to_security_cloud=False,
security_review_text="string",
support_email="string",
support_phone="string",
url_cat_review_custom_location="string",
url_cat_review_enabled=False,
url_cat_review_submit_to_security_cloud=False,
url_cat_review_text="string",
web_dlp_review_custom_location="string",
web_dlp_review_enabled=False,
web_dlp_review_submit_to_security_cloud=False,
web_dlp_review_text="string")
const endUserNotificationResource = new zia.EndUserNotification("endUserNotificationResource", {
aupCustomFrequency: 0,
aupDayOffset: 0,
aupFrequency: "string",
aupMessage: "string",
cautionAgainAfter: 0,
cautionCustomText: "string",
cautionPerDomain: false,
customText: "string",
displayCompanyLogo: false,
displayCompanyName: false,
displayReason: false,
idpProxyNotificationText: "string",
notificationType: "string",
orgPolicyLink: "string",
quarantineCustomNotificationText: "string",
redirectUrl: "string",
securityReviewCustomLocation: "string",
securityReviewEnabled: false,
securityReviewSubmitToSecurityCloud: false,
securityReviewText: "string",
supportEmail: "string",
supportPhone: "string",
urlCatReviewCustomLocation: "string",
urlCatReviewEnabled: false,
urlCatReviewSubmitToSecurityCloud: false,
urlCatReviewText: "string",
webDlpReviewCustomLocation: "string",
webDlpReviewEnabled: false,
webDlpReviewSubmitToSecurityCloud: false,
webDlpReviewText: "string",
});
type: zia:EndUserNotification
properties:
aupCustomFrequency: 0
aupDayOffset: 0
aupFrequency: string
aupMessage: string
cautionAgainAfter: 0
cautionCustomText: string
cautionPerDomain: false
customText: string
displayCompanyLogo: false
displayCompanyName: false
displayReason: false
idpProxyNotificationText: string
notificationType: string
orgPolicyLink: string
quarantineCustomNotificationText: string
redirectUrl: string
securityReviewCustomLocation: string
securityReviewEnabled: false
securityReviewSubmitToSecurityCloud: false
securityReviewText: string
supportEmail: string
supportPhone: string
urlCatReviewCustomLocation: string
urlCatReviewEnabled: false
urlCatReviewSubmitToSecurityCloud: false
urlCatReviewText: string
webDlpReviewCustomLocation: string
webDlpReviewEnabled: false
webDlpReviewSubmitToSecurityCloud: false
webDlpReviewText: string
EndUserNotification Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EndUserNotification resource accepts the following input properties:
- Aup
Custom intFrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - Aup
Day intOffset - Day offset for AUP display.
- Aup
Frequency string - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - Aup
Message string - The Acceptable Use Policy message displayed to users.
- Caution
Again intAfter - Time in minutes before showing the caution notification again.
- Caution
Custom stringText - Custom text for caution notifications.
- Caution
Per boolDomain - Whether to show caution notifications per domain.
- Custom
Text string - Custom text displayed in the notification page.
- Display
Company boolLogo - Whether to display the company logo in the notification.
- Display
Company boolName - Whether to display the company name in the notification.
- Display
Reason bool - Whether to display the reason for blocking or cautioning traffic.
- Idp
Proxy stringNotification Text - Custom text for IDP proxy notifications.
- Notification
Type string - Notification type. Valid values:
DEFAULT,CUSTOM. - Org
Policy stringLink - Link to the organization's policy page.
- Quarantine
Custom stringNotification Text - Custom text for quarantine notifications.
- Redirect
Url string - Redirect URL for the notification page.
- Security
Review stringCustom Location - Custom URL for security review submissions.
- Security
Review boolEnabled - Whether security review requests are enabled.
- Security
Review boolSubmit To Security Cloud - Whether security review requests are submitted to the Zscaler security cloud.
- Security
Review stringText - Custom text for security review notifications.
- Support
Email string - Support email address displayed in notifications.
- Support
Phone string - Support phone number displayed in notifications.
- Url
Cat stringReview Custom Location - Custom URL for URL category review submissions.
- Url
Cat boolReview Enabled - Whether URL category review requests are enabled.
- Url
Cat boolReview Submit To Security Cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- Url
Cat stringReview Text - Custom text for URL category review notifications.
- Web
Dlp stringReview Custom Location - Custom URL for Web DLP review submissions.
- Web
Dlp boolReview Enabled - Whether Web DLP review requests are enabled.
- Web
Dlp boolReview Submit To Security Cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- Web
Dlp stringReview Text - Custom text for Web DLP review notifications.
- Aup
Custom intFrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - Aup
Day intOffset - Day offset for AUP display.
- Aup
Frequency string - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - Aup
Message string - The Acceptable Use Policy message displayed to users.
- Caution
Again intAfter - Time in minutes before showing the caution notification again.
- Caution
Custom stringText - Custom text for caution notifications.
- Caution
Per boolDomain - Whether to show caution notifications per domain.
- Custom
Text string - Custom text displayed in the notification page.
- Display
Company boolLogo - Whether to display the company logo in the notification.
- Display
Company boolName - Whether to display the company name in the notification.
- Display
Reason bool - Whether to display the reason for blocking or cautioning traffic.
- Idp
Proxy stringNotification Text - Custom text for IDP proxy notifications.
- Notification
Type string - Notification type. Valid values:
DEFAULT,CUSTOM. - Org
Policy stringLink - Link to the organization's policy page.
- Quarantine
Custom stringNotification Text - Custom text for quarantine notifications.
- Redirect
Url string - Redirect URL for the notification page.
- Security
Review stringCustom Location - Custom URL for security review submissions.
- Security
Review boolEnabled - Whether security review requests are enabled.
- Security
Review boolSubmit To Security Cloud - Whether security review requests are submitted to the Zscaler security cloud.
- Security
Review stringText - Custom text for security review notifications.
- Support
Email string - Support email address displayed in notifications.
- Support
Phone string - Support phone number displayed in notifications.
- Url
Cat stringReview Custom Location - Custom URL for URL category review submissions.
- Url
Cat boolReview Enabled - Whether URL category review requests are enabled.
- Url
Cat boolReview Submit To Security Cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- Url
Cat stringReview Text - Custom text for URL category review notifications.
- Web
Dlp stringReview Custom Location - Custom URL for Web DLP review submissions.
- Web
Dlp boolReview Enabled - Whether Web DLP review requests are enabled.
- Web
Dlp boolReview Submit To Security Cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- Web
Dlp stringReview Text - Custom text for Web DLP review notifications.
- aup
Custom IntegerFrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - aup
Day IntegerOffset - Day offset for AUP display.
- aup
Frequency String - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - aup
Message String - The Acceptable Use Policy message displayed to users.
- caution
Again IntegerAfter - Time in minutes before showing the caution notification again.
- caution
Custom StringText - Custom text for caution notifications.
- caution
Per BooleanDomain - Whether to show caution notifications per domain.
- custom
Text String - Custom text displayed in the notification page.
- display
Company BooleanLogo - Whether to display the company logo in the notification.
- display
Company BooleanName - Whether to display the company name in the notification.
- display
Reason Boolean - Whether to display the reason for blocking or cautioning traffic.
- idp
Proxy StringNotification Text - Custom text for IDP proxy notifications.
- notification
Type String - Notification type. Valid values:
DEFAULT,CUSTOM. - org
Policy StringLink - Link to the organization's policy page.
- quarantine
Custom StringNotification Text - Custom text for quarantine notifications.
- redirect
Url String - Redirect URL for the notification page.
- security
Review StringCustom Location - Custom URL for security review submissions.
- security
Review BooleanEnabled - Whether security review requests are enabled.
- security
Review BooleanSubmit To Security Cloud - Whether security review requests are submitted to the Zscaler security cloud.
- security
Review StringText - Custom text for security review notifications.
- support
Email String - Support email address displayed in notifications.
- support
Phone String - Support phone number displayed in notifications.
- url
Cat StringReview Custom Location - Custom URL for URL category review submissions.
- url
Cat BooleanReview Enabled - Whether URL category review requests are enabled.
- url
Cat BooleanReview Submit To Security Cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- url
Cat StringReview Text - Custom text for URL category review notifications.
- web
Dlp StringReview Custom Location - Custom URL for Web DLP review submissions.
- web
Dlp BooleanReview Enabled - Whether Web DLP review requests are enabled.
- web
Dlp BooleanReview Submit To Security Cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- web
Dlp StringReview Text - Custom text for Web DLP review notifications.
- aup
Custom numberFrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - aup
Day numberOffset - Day offset for AUP display.
- aup
Frequency string - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - aup
Message string - The Acceptable Use Policy message displayed to users.
- caution
Again numberAfter - Time in minutes before showing the caution notification again.
- caution
Custom stringText - Custom text for caution notifications.
- caution
Per booleanDomain - Whether to show caution notifications per domain.
- custom
Text string - Custom text displayed in the notification page.
- display
Company booleanLogo - Whether to display the company logo in the notification.
- display
Company booleanName - Whether to display the company name in the notification.
- display
Reason boolean - Whether to display the reason for blocking or cautioning traffic.
- idp
Proxy stringNotification Text - Custom text for IDP proxy notifications.
- notification
Type string - Notification type. Valid values:
DEFAULT,CUSTOM. - org
Policy stringLink - Link to the organization's policy page.
- quarantine
Custom stringNotification Text - Custom text for quarantine notifications.
- redirect
Url string - Redirect URL for the notification page.
- security
Review stringCustom Location - Custom URL for security review submissions.
- security
Review booleanEnabled - Whether security review requests are enabled.
- security
Review booleanSubmit To Security Cloud - Whether security review requests are submitted to the Zscaler security cloud.
- security
Review stringText - Custom text for security review notifications.
- support
Email string - Support email address displayed in notifications.
- support
Phone string - Support phone number displayed in notifications.
- url
Cat stringReview Custom Location - Custom URL for URL category review submissions.
- url
Cat booleanReview Enabled - Whether URL category review requests are enabled.
- url
Cat booleanReview Submit To Security Cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- url
Cat stringReview Text - Custom text for URL category review notifications.
- web
Dlp stringReview Custom Location - Custom URL for Web DLP review submissions.
- web
Dlp booleanReview Enabled - Whether Web DLP review requests are enabled.
- web
Dlp booleanReview Submit To Security Cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- web
Dlp stringReview Text - Custom text for Web DLP review notifications.
- aup_
custom_ intfrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - aup_
day_ intoffset - Day offset for AUP display.
- aup_
frequency str - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - aup_
message str - The Acceptable Use Policy message displayed to users.
- caution_
again_ intafter - Time in minutes before showing the caution notification again.
- caution_
custom_ strtext - Custom text for caution notifications.
- caution_
per_ booldomain - Whether to show caution notifications per domain.
- custom_
text str - Custom text displayed in the notification page.
- display_
company_ boollogo - Whether to display the company logo in the notification.
- display_
company_ boolname - Whether to display the company name in the notification.
- display_
reason bool - Whether to display the reason for blocking or cautioning traffic.
- idp_
proxy_ strnotification_ text - Custom text for IDP proxy notifications.
- notification_
type str - Notification type. Valid values:
DEFAULT,CUSTOM. - org_
policy_ strlink - Link to the organization's policy page.
- quarantine_
custom_ strnotification_ text - Custom text for quarantine notifications.
- redirect_
url str - Redirect URL for the notification page.
- security_
review_ strcustom_ location - Custom URL for security review submissions.
- security_
review_ boolenabled - Whether security review requests are enabled.
- security_
review_ boolsubmit_ to_ security_ cloud - Whether security review requests are submitted to the Zscaler security cloud.
- security_
review_ strtext - Custom text for security review notifications.
- support_
email str - Support email address displayed in notifications.
- support_
phone str - Support phone number displayed in notifications.
- url_
cat_ strreview_ custom_ location - Custom URL for URL category review submissions.
- url_
cat_ boolreview_ enabled - Whether URL category review requests are enabled.
- url_
cat_ boolreview_ submit_ to_ security_ cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- url_
cat_ strreview_ text - Custom text for URL category review notifications.
- web_
dlp_ strreview_ custom_ location - Custom URL for Web DLP review submissions.
- web_
dlp_ boolreview_ enabled - Whether Web DLP review requests are enabled.
- web_
dlp_ boolreview_ submit_ to_ security_ cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- web_
dlp_ strreview_ text - Custom text for Web DLP review notifications.
- aup
Custom NumberFrequency - Custom frequency in days for displaying the AUP. Used when aupFrequency is
CUSTOM. - aup
Day NumberOffset - Day offset for AUP display.
- aup
Frequency String - AUP display frequency. Valid values:
NEVER,ON_EVERY_LOGIN,ONCE,CUSTOM. - aup
Message String - The Acceptable Use Policy message displayed to users.
- caution
Again NumberAfter - Time in minutes before showing the caution notification again.
- caution
Custom StringText - Custom text for caution notifications.
- caution
Per BooleanDomain - Whether to show caution notifications per domain.
- custom
Text String - Custom text displayed in the notification page.
- display
Company BooleanLogo - Whether to display the company logo in the notification.
- display
Company BooleanName - Whether to display the company name in the notification.
- display
Reason Boolean - Whether to display the reason for blocking or cautioning traffic.
- idp
Proxy StringNotification Text - Custom text for IDP proxy notifications.
- notification
Type String - Notification type. Valid values:
DEFAULT,CUSTOM. - org
Policy StringLink - Link to the organization's policy page.
- quarantine
Custom StringNotification Text - Custom text for quarantine notifications.
- redirect
Url String - Redirect URL for the notification page.
- security
Review StringCustom Location - Custom URL for security review submissions.
- security
Review BooleanEnabled - Whether security review requests are enabled.
- security
Review BooleanSubmit To Security Cloud - Whether security review requests are submitted to the Zscaler security cloud.
- security
Review StringText - Custom text for security review notifications.
- support
Email String - Support email address displayed in notifications.
- support
Phone String - Support phone number displayed in notifications.
- url
Cat StringReview Custom Location - Custom URL for URL category review submissions.
- url
Cat BooleanReview Enabled - Whether URL category review requests are enabled.
- url
Cat BooleanReview Submit To Security Cloud - Whether URL category review requests are submitted to the Zscaler security cloud.
- url
Cat StringReview Text - Custom text for URL category review notifications.
- web
Dlp StringReview Custom Location - Custom URL for Web DLP review submissions.
- web
Dlp BooleanReview Enabled - Whether Web DLP review requests are enabled.
- web
Dlp BooleanReview Submit To Security Cloud - Whether Web DLP review requests are submitted to the Zscaler security cloud.
- web
Dlp StringReview Text - Custom text for Web DLP review notifications.
Outputs
All input properties are implicitly available as output properties. Additionally, the EndUserNotification resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Import
This is a singleton resource. Import is not applicable because there is no unique API identifier.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
published on Friday, Mar 13, 2026 by Zscaler
