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 ¶ added in v2.61.0
func Update(service *services.Service, urls ExemptedUrls) (*ExemptedUrls, error)
type QueryParameters ¶
type QueryParameters struct {
ID string
}
Click to show internal directories.
Click to hide internal directories.