ZIA#

This package covers the ZIA interface.

class ZIA#

A Controller to access Endpoints in the Zscaler Internet Access (ZIA) API.

The ZIA object stores the session token and simplifies access to CRUD options within the ZIA platform.

api_key#

The ZIA API key generated from the ZIA console.

Type:

str

username#

The ZIA administrator username.

Type:

str

password#

The ZIA administrator password.

Type:

str

cloud#

The Zscaler cloud for your tenancy, accepted values are:

  • zscaler

  • zscalerone

  • zscalertwo

  • zscalerthree

  • zscloud

  • zscalerbeta

Type:

str

override_url#

If supplied, this attribute can be used to override the production URL that is derived from supplying the cloud attribute. Use this attribute if you have a non-standard tenant URL (e.g. internal test instance etc). When using this attribute, there is no need to supply the cloud attribute. The override URL will be prepended to the API endpoint suffixes. The protocol must be included i.e. http:// or https://.

Type:

str

__init__(**kw)#
property admin_and_role_management#

The interface object for the ZIA Admin and Role Management interface.

property apptotal#

The interface object for the ZIA AppTotal interface.

property audit_logs#

The interface object for the ZIA Admin Audit Logs interface.

property cloud_apps#

The interface object for the ZIA Cloud Applications interface.

property config#

The interface object for the ZIA Activation interface.

property dlp#

The interface object for the ZIA DLP Dictionaries interface.

property firewall#

The interface object for the ZIA Firewall Policies interface.

property labels#

The interface object for the ZIA Rule Labels interface.

property locations#

The interface object for the ZIA Locations interface.

property sandbox#

The interface object for the ZIA Cloud Sandbox interface.

property security#

The interface object for the ZIA Security Policy Settings interface.

property session#

The interface object for the ZIA Authenticated Session interface.

property ssl#

The interface object for the ZIA SSL Inspection interface.

property traffic#

The interface object for the ZIA Traffic Forwarding interface.

property url_categories#

The interface object for the ZIA URL Categories interface.

property url_filters#

The interface object for the ZIA URL Filtering interface.

property users#

The interface object for the ZIA User Management interface.

property vips#

The interface object for the ZIA Data Center VIPs interface.

property web_dlp#

The interface object for the ZIA Web DLP interface.