ZCC#

This package covers the ZCC interface.

class ZCC#

A Controller to access Endpoints in the Zscaler Mobile Admin Portal API.

The ZCC object stores the session token and simplifies access to CRUD options within the ZCC Portal.

client_id#

The ZCC Client ID generated from the ZCC Portal.

Type:

str

client_secret#

The ZCC Client Secret generated from the ZCC Portal.

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 devices#

The interface object for the ZCC Devices interface.

property secrets#

The interface object for the ZCC Secrets interface.

property session#

The interface object for the ZCC Authenticated Session interface.