cloudbrowserisolation

package
v3.0.10 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: MIT Imports: 5 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"`
}

func GetAll

func GetAll(ctx context.Context, service *zscaler.Service) ([]IsolationProfile, error)

Updated GetAll function

func GetByName

func GetByName(ctx context.Context, service *zscaler.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