zscaler.ziacloud.zia_end_user_notification_info module – Retrieves browser-based end user notification (EUN)
Note
This module is part of the zscaler.ziacloud collection (version 2.0.3).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install zscaler.ziacloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: zscaler.ziacloud.zia_end_user_notification_info
.
New in zscaler.ziacloud 2.0.0
Synopsis
Retrieves browser-based end user notification (EUN) configuration details
Requirements
The below requirements are needed on the host that executes this module.
Zscaler SDK Python can be obtained from PyPI https://pypi.org/project/zscaler-sdk-python/
Parameters
Parameter |
Comments |
---|---|
A string that contains the obfuscated API key. |
|
The client ID for OAuth2 authentication. |
|
The client secret for OAuth2 authentication. |
|
The Zscaler cloud name provisioned for your organization. Choices:
|
|
A string that contains the password for the API admin. |
|
The private key for JWT-based OAuth2 authentication. |
|
A dict containing authentication credentials. |
|
Obfuscated API key. |
|
OAuth2 client ID. |
|
OAuth2 client secret. |
|
Zscaler cloud name. Choices:
|
|
Password for the API admin. |
|
Private key for OAuth2 JWT. |
|
Sandbox Cloud environment. |
|
Sandbox API Key. |
|
Whether to use the legacy Zscaler API client. Choices:
|
|
Email ID of the API admin. |
|
Vanity domain for OAuth2. |
|
The Sandbox cloud environment for API access. |
|
A string that contains the Sandbox API Key. |
|
Whether to use the legacy Zscaler API client. Choices:
|
|
A string that contains the email ID of the API admin. |
|
The vanity domain provisioned by Zscaler for OAuth2 flows. |
Notes
Note
Check mode is not supported.
Examples
- name: Retrieves browser-based end user notification
zscaler.ziacloud.zia_end_user_notification_info:
provider: '{{ provider }}'
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Browser-based End User Notification (EUN) configuration settings. Returned: always |
|
Specifies which day of the week or month the AUP is shown when aupFrequency is set. Valid range is 1 to 31. Returned: success Sample: |
|
The frequency at which the Acceptable Use Policy (AUP) is shown to end users. Returned: success Sample: |
|
The acceptable use statement that is shown in the AUP. Returned: success Sample: |
|
Time interval at which caution notification is shown for restricted sites. Returned: success Sample: |
|
Custom message that appears in the caution notification. Returned: success Sample: |
|
Whether the caution notification is shown per domain. Returned: success Sample: |
|
Custom text shown in the End User Notification. Returned: success Sample: |
|
Whether the organization’s logo appears in the notification. Returned: success Sample: |
|
Whether the organization’s name appears in the notification. Returned: success Sample: |
|
Whether the reason for blocking or cautioning is displayed in the notification. Returned: success Sample: |
|
Message that appears in the IdP Proxy notification. Returned: success Sample: |
|
Type of End User Notification, either DEFAULT or CUSTOM. Returned: success Sample: |
|
Link to the organization’s policy page. Returned: success Sample: |
|
Message shown during file quarantine analysis. Returned: success Sample: |
|
Whether the Security Violation notification is enabled. Returned: success Sample: |
|
Whether Security Violation review requests are submitted to Security Cloud. Returned: success Sample: |
|
Message that appears for Security Violation notifications. Returned: success Sample: |
|
IT support email address displayed in the notification. Returned: success Sample: |
|
IT support phone number displayed in the notification. Returned: success Sample: |
|
Whether the URL Categorization Review notification is enabled. Returned: success Sample: |
|
Whether URL Categorization Review requests are submitted to Security Cloud. Returned: success Sample: |
|
Message that appears in the URL Categorization Review notification. Returned: success Sample: |
|
Whether the Web DLP Violation notification is enabled. Returned: success Sample: |
|
Whether Web DLP Review requests are submitted to Security Cloud. Returned: success Sample: |
|
Message that appears in the Web DLP Violation notification. Returned: success Sample: |