zscaler.zpacloud.zpa_application_segment_browser_access_info module – Retrieves browser access application segment information.
Note
This module is part of the zscaler.zpacloud collection (version 1.4.2).
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.zpacloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: zscaler.zpacloud.zpa_application_segment_browser_access_info
.
New in zscaler.zpacloud 1.0.0
Synopsis
This module will allow the retrieval of information about a browser access application segment.
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 |
---|---|
The ZPA API client ID generated from the ZPA console. |
|
The ZPA API client secret generated from the ZPA console. |
|
The ZPA cloud provisioned for your organization. Choices:
|
|
The ZPA tenant ID found in the Administration Company menu in the ZPA console. |
|
ID of the App Connector Group. |
|
Name of the App Connector Group. |
|
A dict object containing authentication details. |
|
The ZPA API client ID generated from the ZPA console. |
|
The ZPA API client secret generated from the ZPA console. |
|
The ZPA cloud provisioned for your organization. Choices:
|
|
The ZPA tenant ID found in the Administration Company menu in the ZPA console. |
Notes
Note
Check mode is not supported.
Examples
- name: Gather information about all browser access application segments
zscaler.zpacloud.zpa_application_segment_browser_access_info:
provider: "{{ zpa_cloud }}"
- name: Browser Access Application Segment by Name
zscaler.zpacloud.zpa_application_segment_browser_access_info:
provider: "{{ zpa_cloud }}"
name: "Example"
- name: Browser Access Application Segment by ID
zscaler.zpacloud.zpa_application_segment_browser_access_info:
provider: "{{ zpa_cloud }}"
id: "198288282"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Details of the browser access application segments that match the criteria. Returned: always |
|
Indicates if Advanced Data Protection (ADP) is enabled. Returned: success Sample: |
|
Indicates if API protection is enabled. Returned: success Sample: |
|
Indicates if automatic application protection is enabled. Returned: success Sample: |
|
Indicates if the application segment bypasses authentication on reauthorization. Returned: success Sample: |
|
The type of bypass configured for the application segment. Returned: success Sample: |
|
List of clientless applications associated with the browser access application segment. Returned: success |
|
Indicates if the OPTIONS HTTP method is allowed. Returned: success Sample: |
|
The application ID associated with the clientless app. Returned: success Sample: |
|
The port number of the application. Returned: success Sample: |
|
The protocol used by the application. Returned: success Sample: |
|
The ID of the certificate associated with the application. Returned: success Sample: |
|
The name of the certificate associated with the application. Returned: success Sample: |
|
The CNAME record associated with the application. Returned: success Sample: |
|
The domain name of the application. Returned: success Sample: |
|
Indicates if the clientless app is enabled. Returned: success Sample: |
|
Indicates if the clientless app is hidden. Returned: success Sample: |
|
The unique identifier of the clientless app. Returned: success Sample: |
|
The name of the clientless app. Returned: success Sample: |
|
The path associated with the clientless app. Returned: success Sample: |
|
Indicates if the clientless app is a portal. Returned: success Sample: |
|
Indicates if untrusted certificates are trusted. Returned: success Sample: |
|
The configuration space of the application segment. Returned: success Sample: |
|
The time when the application segment was created, in epoch format. Returned: success Sample: |
|
A description of the application segment. Returned: success Sample: |
|
A list of domain names associated with the application segment. Returned: success Sample: |
|
Indicates if double encryption is enabled. Returned: success Sample: |
|
Indicates if the application segment is enabled. Returned: success Sample: |
|
Indicates if FQDN DNS checks are enabled. Returned: success Sample: |
|
The type of health check configured for the application segment. Returned: success Sample: |
|
The health reporting mode for the application segment. Returned: success Sample: |
|
The ICMP access type for the application segment. Returned: success Sample: |
|
The unique identifier of the application segment. Returned: success Sample: |
|
Indicates if traffic inspection with ZIA is enabled. Returned: success Sample: |
|
Indicates if IP anchoring is enabled. Returned: success Sample: |
|
Indicates if CNAME is enabled for the application segment. Returned: success Sample: |
|
Indicates if the application segment has an incomplete disaster recovery configuration. Returned: success Sample: |
|
The match style of the application segment. Returned: success Sample: |
|
The name of the microtenant associated with the application segment. Returned: success Sample: |
|
The ID of the user who last modified the application segment. Returned: success Sample: |
|
The time when the application segment was last modified, in epoch format. Returned: success Sample: |
|
The name of the application segment. Returned: success Sample: |
|
Indicates if passive health monitoring is enabled. Returned: success Sample: |
|
The ID of the segment group associated with the application segment. Returned: success Sample: |
|
The name of the segment group associated with the application segment. Returned: success Sample: |
|
Indicates if the connector closest to the application should be selected. Returned: success Sample: |
|
A list of server groups associated with the application segment. Returned: success |
|
The configuration space of the server group. Returned: success Sample: |
|
The time when the server group was created, in epoch format. Returned: success Sample: |
|
Indicates if dynamic discovery is enabled for the server group. Returned: success Sample: |
|
Indicates if the server group is enabled. Returned: success Sample: |
|
The unique identifier of the server group. Returned: success Sample: |
|
The ID of the user who last modified the server group. Returned: success Sample: |
|
The time when the server group was last modified, in epoch format. Returned: success Sample: |
|
The name of the server group. Returned: success Sample: |
|
Indicates if TCP keep-alive is enabled for the application segment. Returned: success Sample: |
|
A list of TCP port ranges associated with the application segment. Returned: success |
|
The starting port in the range. Returned: success Sample: |
|
The ending port in the range. Returned: success Sample: |
|
A list of TCP port ranges as strings associated with the application segment. Returned: success Sample: |
|
Indicates if the application segment is used in disaster recovery mode. Returned: success Sample: |
|
Indicates if weighted load balancing is enabled. Returned: success Sample: |
|
Indicates if any changes were made. Returned: always Sample: |
|
Indicates if the operation failed. Returned: always Sample: |