Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebFailOpenPolicy ¶
type WebFailOpenPolicy struct { Active string `json:"active"` CaptivePortalWebSecDisableMinutes int `json:"captivePortalWebSecDisableMinutes"` CompanyID string `json:"companyId"` CreatedBy string `json:"createdBy"` EditedBy string `json:"editedBy"` EnableCaptivePortalDetection int `json:"enableCaptivePortalDetection"` EnableFailOpen int `json:"enableFailOpen"` EnableStrictEnforcementPrompt int `json:"enableStrictEnforcementPrompt"` EnableWebSecOnProxyUnreachable string `json:"enableWebSecOnProxyUnreachable"` EnableWebSecOnTunnelFailure string `json:"enableWebSecOnTunnelFailure"` ID string `json:"id"` StrictEnforcementPromptDelayMins int `json:"strictEnforcementPromptDelayMinutes"` StrictEnforcementPromptMessage string `json:"strictEnforcementPromptMessage"` TunnelFailureRetryCount int `json:"tunnelFailureRetryCount"` }
func GetFailOpenPolicy ¶
func UpdateFailOpenPolicy ¶
func UpdateFailOpenPolicy(ctx context.Context, service *zscaler.Service, openPolicy *WebFailOpenPolicy) (*WebFailOpenPolicy, error)
Click to show internal directories.
Click to hide internal directories.