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
Click to show internal directories.
Click to hide internal directories.