ZPA#

This package covers the ZPA interface.

class ZPA#

A Controller to access Endpoints in the Zscaler Private Access (ZPA) API.

The ZPA object stores the session token and simplifies access to API interfaces within ZPA.

client_id#

The ZPA API client ID generated from the ZPA console.

Type:

str

client_secret#

The ZPA API client secret generated from the ZPA console.

Type:

str

customer_id#

The ZPA tenant ID found in the Administration > Company menu in the ZPA console.

Type:

str

cloud#

The Zscaler cloud for your tenancy, accepted values are:

  • production

  • beta

Defaults to production.

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

The interface object for the ZPA Application Segments interface.

property certificates#

The interface object for the ZPA Browser Access Certificates interface.

property cloud_connector_groups#

The interface object for the ZPA Cloud Connector Groups interface.

property connectors#

The interface object for the ZPA Connectors interface.

property idp#

The interface object for the ZPA IDP interface.

property inspection#

The interface object for the ZPA Inspection interface.

property lss#

The interface object for the ZIA Log Streaming Service Config interface.

property machine_groups#

The interface object for the ZPA Machine Groups interface.

property policies#

The interface object for the ZPA Policy Sets interface.

property posture_profiles#

The interface object for the ZPA Posture Profiles interface.

property provisioning#

The interface object for the ZPA Provisioning interface.

property saml_attributes#

The interface object for the ZPA SAML Attributes interface.

property scim_attributes#

The interface object for the ZPA SCIM Attributes interface.

property scim_groups#

The interface object for the ZPA SCIM Groups interface.

property segment_groups#

The interface object for the ZPA Segment Groups interface.

property server_groups#

The interface object for the ZPA Server Groups interface.

property servers#

The interface object for the ZPA Application Servers interface.

property service_edges#

The interface object for the ZPA Service Edges interface.

property session#

The interface object for the ZPA Session API calls.

property trusted_networks#

The interface object for the ZPA Trusted Networks interface.