cloud_browser_isolation

The following methods allow for interaction with the ZIA Cloud Browser Isolation Profile API endpoints.

Methods are accessible via zia.cloud_browser_isolation

Copyright (c) 2023, Zscaler Inc.

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

class CBIProfileAPI

Bases: APIClient

A Client object for the Cloud Browser Isolation Profile resource.

list_isolation_profiles(query_params=None)

Lists isolation profiles in your organization with pagination. A subset of isolation profiles can be returned that match a supported filter expression or query.

Parameters:

{dict} (query_params) – Map of query parameters for the request. [query_params.search] {str}: Search string for filtering results.

Returns:

A tuple containing (list of isolation profiles instances, Response, error)

Return type:

tuple

Examples

>>> isolation_profiles = zia.isolation_profiles.list_isolation_profiles()