cloudbrowserisolation

package
v2.61.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsolationProfile

type IsolationProfile struct {
	ID string `json:"id,omitempty"`

	// Name of the browser isolation profile
	Name string `json:"name,omitempty"`

	// The browser isolation profile URL
	URL string `json:"url,omitempty"`

	// (Optional) Indicates whether this is a default browser isolation profile. Zscaler sets this field.
	DefaultProfile bool `json:"defaultProfile,omitempty"`
}

func GetAll added in v2.61.0

func GetAll(service *services.Service) ([]IsolationProfile, error)

Updated GetAll function

func GetByName added in v2.61.0

func GetByName(service *services.Service, profileName string) (*IsolationProfile, error)

Updated GetByName function

type NotSubscribedError

type NotSubscribedError struct {
	// contains filtered or unexported fields
}

func (*NotSubscribedError) Error

func (e *NotSubscribedError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL