Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExemptedUrls ¶
type ExemptedUrls struct { // Domains or URLs which are exempted from SSL Inspection URLs []string `json:"urls"` }
func Update ¶
func Update(ctx context.Context, service *zscaler.Service, urls ExemptedUrls) (*ExemptedUrls, error)
type QueryParameters ¶
type QueryParameters struct {
ID string
}
Click to show internal directories.
Click to hide internal directories.