zia.EndUserNotification
Explore with Pulumi AI
The zia_end_user_notification resource allows you to update the browser-based end user notification (EUN) configuration details. To learn more see Understanding Browser-Based End User Notifications
Example Usage
NOTIFICATION TYPE - DEFAULT
# END USER NOTIFICATION TYPE - DEFAULT
resource "zia_end_user_notification" "this" {
aup_frequency = "NEVER"
aup_message = "Please review and accept the terms."
notification_type = "DEFAULT"
custom_text = "Website blocked"
url_cat_review_enabled = true
url_cat_review_submit_to_security_cloud = true
url_cat_review_text = "Click here to submit a review request."
security_review_enabled = true
security_review_submit_to_security_cloud = true
security_review_text = "Request a security review if this message appears in error."
web_dlp_review_enabled = true
web_dlp_review_submit_to_security_cloud = false
web_dlp_review_custom_location = "https://dlp-review-location.com"
web_dlp_review_text = "This file is being reviewed for security reasons."
redirect_url = "https://dlp-review-location.com"
support_email = "support@8061240.zscalerbeta.net"
support_phone = "+91-9000000000"
org_policy_link = "http://8061240.zscalerbeta.net/policy.html"
caution_again_after = 300
caution_per_domain = true
caution_custom_text = "Access to this site is restricted. Proceed with caution."
idp_proxy_notification_text = "Your connection is being proxied through the organization's secure access service."
quarantine_custom_notification_text = "The file is being analyzed for potential security risks. Please wait while the process completes."
}
NOTIFICATION TYPE - CUSTOM
# END USER NOTIFICATION TYPE - CUSTOM
resource "zia_end_user_notification" "this" {
aup_frequency = "ON_WEEKDAY"
aup_day_offset = "1"
aup_message = "Please review and accept the terms."
notification_type = "CUSTOM"
display_reason = true
display_comp_name = true
display_comp_logo = true
custom_text = "Website blocked"
url_cat_review_enabled = true
url_cat_review_submit_to_security_cloud = true
url_cat_review_custom_location = "https://custom-review-location.com"
url_cat_review_text = "Click here to submit a review request."
security_review_enabled = true
security_review_submit_to_security_cloud = true
security_review_custom_location = "https://security-review-location.com"
security_review_text = "Request a security review if this message appears in error."
web_dlp_review_enabled = true
web_dlp_review_submit_to_security_cloud = false
web_dlp_review_custom_location = "https://dlp-review-location.com"
web_dlp_review_text = "This file is being reviewed for security reasons."
redirect_url = "https://dlp-review-location.com"
support_email = "support@8061240.zscalerbeta.net"
support_phone = "+91-9000000000"
org_policy_link = "http://8061240.zscalerbeta.net/policy.html"
caution_again_after = 300
caution_per_domain = true
caution_custom_text = "Access to this site is restricted. Proceed with caution."
idp_proxy_notification_text = "Your connection is being proxied through the organization's secure access service."
quarantine_custom_notification_text = "The file is being analyzed for potential security risks. Please wait while the process completes."
}
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_comp_logo: Optional[bool] = None,
display_comp_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",
DisplayCompLogo = false,
DisplayCompName = 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"),
DisplayCompLogo: pulumi.Bool(false),
DisplayCompName: 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")
.displayCompLogo(false)
.displayCompName(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_comp_logo=False,
display_comp_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",
displayCompLogo: false,
displayCompName: 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
displayCompLogo: false
displayCompName: 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 - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- Aup
Day intOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- Aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- Aup
Message string - The acceptable use statement that is shown in the AUP
- Caution
Again intAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- Caution
Custom stringText - The custom message that appears in the caution notification
- Caution
Per boolDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- Custom
Text string - The custom text shown in the EUN
- Display
Comp boolLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- Display
Comp boolName - A Boolean value indicating whether the organization's name appears in the EUN or not
- Display
Reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- Idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- Notification
Type string - The type of EUN as default or custom
- Org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- Quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- Redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- Security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Security
Review boolEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- Security
Review boolSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Security
Review stringText - The message that appears in the Security Violation notification
- Support
Email string - The email address for writing to IT Support
- Support
Phone string - The phone number for contacting IT Support
- Url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- Url
Cat boolReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- Url
Cat boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Url
Cat stringReview Text - The message that appears in the URL Categorization notification
- Web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- Web
Dlp boolReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- Web
Dlp boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- Aup
Custom intFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- Aup
Day intOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- Aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- Aup
Message string - The acceptable use statement that is shown in the AUP
- Caution
Again intAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- Caution
Custom stringText - The custom message that appears in the caution notification
- Caution
Per boolDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- Custom
Text string - The custom text shown in the EUN
- Display
Comp boolLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- Display
Comp boolName - A Boolean value indicating whether the organization's name appears in the EUN or not
- Display
Reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- Idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- Notification
Type string - The type of EUN as default or custom
- Org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- Quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- Redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- Security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Security
Review boolEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- Security
Review boolSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Security
Review stringText - The message that appears in the Security Violation notification
- Support
Email string - The email address for writing to IT Support
- Support
Phone string - The phone number for contacting IT Support
- Url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- Url
Cat boolReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- Url
Cat boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Url
Cat stringReview Text - The message that appears in the URL Categorization notification
- Web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- Web
Dlp boolReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- Web
Dlp boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- aup
Custom IntegerFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day IntegerOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency String - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message String - The acceptable use statement that is shown in the AUP
- caution
Again IntegerAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom StringText - The custom message that appears in the caution notification
- caution
Per BooleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text String - The custom text shown in the EUN
- display
Comp BooleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp BooleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason Boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy StringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type String - The type of EUN as default or custom
- org
Policy StringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom StringNotification Text - The message that appears in the quarantine notification
- redirect
Url String - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review StringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review BooleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review BooleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review StringText - The message that appears in the Security Violation notification
- support
Email String - The email address for writing to IT Support
- support
Phone String - The phone number for contacting IT Support
- url
Cat StringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat BooleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat StringReview Text - The message that appears in the URL Categorization notification
- web
Dlp StringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp BooleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp StringReview Text - The message that appears in the Web DLP Violation notification
- aup
Custom numberFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day numberOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message string - The acceptable use statement that is shown in the AUP
- caution
Again numberAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom stringText - The custom message that appears in the caution notification
- caution
Per booleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text string - The custom text shown in the EUN
- display
Comp booleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp booleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type string - The type of EUN as default or custom
- org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review booleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review booleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review stringText - The message that appears in the Security Violation notification
- support
Email string - The email address for writing to IT Support
- support
Phone string - The phone number for contacting IT Support
- url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat booleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat booleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat stringReview Text - The message that appears in the URL Categorization notification
- web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp booleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp booleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- aup_
custom_ intfrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup_
day_ intoffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup_
frequency str - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup_
message str - The acceptable use statement that is shown in the AUP
- caution_
again_ intafter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution_
custom_ strtext - The custom message that appears in the caution notification
- caution_
per_ booldomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom_
text str - The custom text shown in the EUN
- display_
comp_ boollogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display_
comp_ boolname - A Boolean value indicating whether the organization's name appears in the EUN or not
- display_
reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp_
proxy_ strnotification_ text - The message that appears in the IdP Proxy notification
- notification_
type str - The type of EUN as default or custom
- org_
policy_ strlink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine_
custom_ strnotification_ text - The message that appears in the quarantine notification
- redirect_
url str - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security_
review_ strcustom_ location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security_
review_ boolenabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security_
review_ boolsubmit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security_
review_ strtext - The message that appears in the Security Violation notification
- support_
email str - The email address for writing to IT Support
- support_
phone str - The phone number for contacting IT Support
- url_
cat_ strreview_ custom_ location - A custom URL location where users' review requests for blocked URLs are sent
- url_
cat_ boolreview_ enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url_
cat_ boolreview_ submit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url_
cat_ strreview_ text - The message that appears in the URL Categorization notification
- web_
dlp_ strreview_ custom_ location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web_
dlp_ boolreview_ enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web_
dlp_ boolreview_ submit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web_
dlp_ strreview_ text - The message that appears in the Web DLP Violation notification
- aup
Custom NumberFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day NumberOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency String - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message String - The acceptable use statement that is shown in the AUP
- caution
Again NumberAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom StringText - The custom message that appears in the caution notification
- caution
Per BooleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text String - The custom text shown in the EUN
- display
Comp BooleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp BooleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason Boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy StringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type String - The type of EUN as default or custom
- org
Policy StringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom StringNotification Text - The message that appears in the quarantine notification
- redirect
Url String - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review StringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review BooleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review BooleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review StringText - The message that appears in the Security Violation notification
- support
Email String - The email address for writing to IT Support
- support
Phone String - The phone number for contacting IT Support
- url
Cat StringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat BooleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat StringReview Text - The message that appears in the URL Categorization notification
- web
Dlp StringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp BooleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp StringReview Text - The message that appears in the Web DLP Violation notification
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.
Look up Existing EndUserNotification Resource
Get an existing EndUserNotification resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EndUserNotificationState, opts?: CustomResourceOptions): EndUserNotification
@staticmethod
def get(resource_name: str,
id: 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_comp_logo: Optional[bool] = None,
display_comp_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) -> EndUserNotification
func GetEndUserNotification(ctx *Context, name string, id IDInput, state *EndUserNotificationState, opts ...ResourceOption) (*EndUserNotification, error)
public static EndUserNotification Get(string name, Input<string> id, EndUserNotificationState? state, CustomResourceOptions? opts = null)
public static EndUserNotification get(String name, Output<String> id, EndUserNotificationState state, CustomResourceOptions options)
resources: _: type: zia:EndUserNotification get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Aup
Custom intFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- Aup
Day intOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- Aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- Aup
Message string - The acceptable use statement that is shown in the AUP
- Caution
Again intAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- Caution
Custom stringText - The custom message that appears in the caution notification
- Caution
Per boolDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- Custom
Text string - The custom text shown in the EUN
- Display
Comp boolLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- Display
Comp boolName - A Boolean value indicating whether the organization's name appears in the EUN or not
- Display
Reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- Idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- Notification
Type string - The type of EUN as default or custom
- Org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- Quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- Redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- Security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Security
Review boolEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- Security
Review boolSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Security
Review stringText - The message that appears in the Security Violation notification
- Support
Email string - The email address for writing to IT Support
- Support
Phone string - The phone number for contacting IT Support
- Url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- Url
Cat boolReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- Url
Cat boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Url
Cat stringReview Text - The message that appears in the URL Categorization notification
- Web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- Web
Dlp boolReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- Web
Dlp boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- Aup
Custom intFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- Aup
Day intOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- Aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- Aup
Message string - The acceptable use statement that is shown in the AUP
- Caution
Again intAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- Caution
Custom stringText - The custom message that appears in the caution notification
- Caution
Per boolDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- Custom
Text string - The custom text shown in the EUN
- Display
Comp boolLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- Display
Comp boolName - A Boolean value indicating whether the organization's name appears in the EUN or not
- Display
Reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- Idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- Notification
Type string - The type of EUN as default or custom
- Org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- Quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- Redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- Security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- Security
Review boolEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- Security
Review boolSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Security
Review stringText - The message that appears in the Security Violation notification
- Support
Email string - The email address for writing to IT Support
- Support
Phone string - The phone number for contacting IT Support
- Url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- Url
Cat boolReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- Url
Cat boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Url
Cat stringReview Text - The message that appears in the URL Categorization notification
- Web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- Web
Dlp boolReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- Web
Dlp boolReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- Web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- aup
Custom IntegerFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day IntegerOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency String - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message String - The acceptable use statement that is shown in the AUP
- caution
Again IntegerAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom StringText - The custom message that appears in the caution notification
- caution
Per BooleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text String - The custom text shown in the EUN
- display
Comp BooleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp BooleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason Boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy StringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type String - The type of EUN as default or custom
- org
Policy StringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom StringNotification Text - The message that appears in the quarantine notification
- redirect
Url String - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review StringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review BooleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review BooleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review StringText - The message that appears in the Security Violation notification
- support
Email String - The email address for writing to IT Support
- support
Phone String - The phone number for contacting IT Support
- url
Cat StringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat BooleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat StringReview Text - The message that appears in the URL Categorization notification
- web
Dlp StringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp BooleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp StringReview Text - The message that appears in the Web DLP Violation notification
- aup
Custom numberFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day numberOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency string - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message string - The acceptable use statement that is shown in the AUP
- caution
Again numberAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom stringText - The custom message that appears in the caution notification
- caution
Per booleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text string - The custom text shown in the EUN
- display
Comp booleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp booleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy stringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type string - The type of EUN as default or custom
- org
Policy stringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom stringNotification Text - The message that appears in the quarantine notification
- redirect
Url string - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review stringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review booleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review booleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review stringText - The message that appears in the Security Violation notification
- support
Email string - The email address for writing to IT Support
- support
Phone string - The phone number for contacting IT Support
- url
Cat stringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat booleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat booleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat stringReview Text - The message that appears in the URL Categorization notification
- web
Dlp stringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp booleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp booleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp stringReview Text - The message that appears in the Web DLP Violation notification
- aup_
custom_ intfrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup_
day_ intoffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup_
frequency str - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup_
message str - The acceptable use statement that is shown in the AUP
- caution_
again_ intafter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution_
custom_ strtext - The custom message that appears in the caution notification
- caution_
per_ booldomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom_
text str - The custom text shown in the EUN
- display_
comp_ boollogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display_
comp_ boolname - A Boolean value indicating whether the organization's name appears in the EUN or not
- display_
reason bool - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp_
proxy_ strnotification_ text - The message that appears in the IdP Proxy notification
- notification_
type str - The type of EUN as default or custom
- org_
policy_ strlink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine_
custom_ strnotification_ text - The message that appears in the quarantine notification
- redirect_
url str - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security_
review_ strcustom_ location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security_
review_ boolenabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security_
review_ boolsubmit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security_
review_ strtext - The message that appears in the Security Violation notification
- support_
email str - The email address for writing to IT Support
- support_
phone str - The phone number for contacting IT Support
- url_
cat_ strreview_ custom_ location - A custom URL location where users' review requests for blocked URLs are sent
- url_
cat_ boolreview_ enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url_
cat_ boolreview_ submit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url_
cat_ strreview_ text - The message that appears in the URL Categorization notification
- web_
dlp_ strreview_ custom_ location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web_
dlp_ boolreview_ enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web_
dlp_ boolreview_ submit_ to_ security_ cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web_
dlp_ strreview_ text - The message that appears in the Web DLP Violation notification
- aup
Custom NumberFrequency - The custom frequency (in days) for showing the AUP to the end users. Valid range is 0 to 180.
- aup
Day NumberOffset - Specifies which day of the week or month the AUP is shown for users when aupFrequency is set. Valid range is 0 to 31.
- aup
Frequency String - The frequency at which the Acceptable Use Policy (AUP) is shown to the end users
- aup
Message String - The acceptable use statement that is shown in the AUP
- caution
Again NumberAfter - The time interval at which the caution notification is shown when users continue browsing a restricted site.
- caution
Custom StringText - The custom message that appears in the caution notification
- caution
Per BooleanDomain - Specifies whether to display the caution notification at a specific time interval for URLs in the Miscellaneous or Unknown category.
- custom
Text String - The custom text shown in the EUN
- display
Comp BooleanLogo - A Boolean value indicating whether your organization's logo appears in the EUN or not
- display
Comp BooleanName - A Boolean value indicating whether the organization's name appears in the EUN or not
- display
Reason Boolean - A Boolean value indicating whether or not the reason for cautioning or blocking access to a site, file, or application is shown when the respective notification is triggered
- idp
Proxy StringNotification Text - The message that appears in the IdP Proxy notification
- notification
Type String - The type of EUN as default or custom
- org
Policy StringLink - The URL of the organization's policy page. This field is required for the default notification type.
- quarantine
Custom StringNotification Text - The message that appears in the quarantine notification
- redirect
Url String - The redirect URL for the external site hosting the EUN specified when the custom notification type is selected
- security
Review StringCustom Location - Value indicating whether or not to include the ECS option in all DNS queries, originating from all locations and remote users.
- security
Review BooleanEnabled - A Boolean value indicating whether the Security Violation notification is enabled or disabled
- security
Review BooleanSubmit To Security Cloud - A Boolean value indicating whether users' review requests for blocked URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- security
Review StringText - The message that appears in the Security Violation notification
- support
Email String - The email address for writing to IT Support
- support
Phone String - The phone number for contacting IT Support
- url
Cat StringReview Custom Location - A custom URL location where users' review requests for blocked URLs are sent
- url
Cat BooleanReview Enabled - A Boolean value indicating whether the URL Categorization notification is enabled or disabled
- url
Cat BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for possibly misclassified URLs are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- url
Cat StringReview Text - The message that appears in the URL Categorization notification
- web
Dlp StringReview Custom Location - A custom URL location where users' review requests for the web DLP policy violation are sent
- web
Dlp BooleanReview Enabled - A Boolean value indicating whether the Web DLP Violation notification is enabled or disabled
- web
Dlp BooleanReview Submit To Security Cloud - A Boolean value indicating whether users' review requests for web DLP policy violation are submitted to the Zscaler service (i.e., Security Cloud) or a custom location.
- web
Dlp StringReview Text - The message that appears in the Web DLP Violation notification
Import
Zscaler offers a dedicated tool called Zscaler-Terraformer to allow the automated import of ZIA configurations into Terraform-compliant HashiCorp Configuration Language.
Visit
zia_end_user_notification can be imported by using enduser_notification
as the import ID.
For example:
$ pulumi import zia:index/endUserNotification:EndUserNotification this "enduser_notification"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- zia zscaler/pulumi-zia
- License
- MIT
- Notes
- This Pulumi package is based on the
zia
Terraform Provider.