cloudbrowserisolation

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 4 Imported by: 0

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"`
}

type NotSubscribedError

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

func (*NotSubscribedError) Error

func (e *NotSubscribedError) Error() string

type Service

type Service struct {
	Client *zia.Client
}

func New

func New(c *zia.Client) *Service

func (*Service) Get

func (service *Service) Get(profileID string) (*IsolationProfile, error)

Updated Get function

func (*Service) GetAll

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

Updated GetAll function

func (*Service) GetByName

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

Updated GetByName function

Jump to

Keyboard shortcuts

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