Versions in this module Expand all Collapse all v3 v3.0.10 Nov 23, 2024 v3.0.9 Nov 22, 2024 v3.0.8 Nov 21, 2024 v3.0.7 Nov 14, 2024 v3.0.6 Nov 8, 2024 v3.0.5 Nov 8, 2024 v3.0.4 Nov 8, 2024 v3.0.3 Nov 7, 2024 v3.0.2 Nov 7, 2024 v3.0.1 Nov 7, 2024 v3.0.0 Nov 5, 2024 Changes in this version + func DeletePacFile(ctx context.Context, service *zscaler.Service, fileID int) (*http.Response, error) + type LastModifiedBy struct + Extensions map[string]interface{} + ExternalID string + ID int + Name string + type PACFileConfig struct + CreateTime int64 + Description string + Domain string + Editable bool + ID int + LastModificationTime int64 + LastModifiedBy LastModifiedBy + Name string + PACCommitMessage string + PACContent string + PACSubURL string + PACUrl string + PACUrlObfuscated bool + PACVerificationStatus string + PACVersion int + PACVersionStatus string + TotalHits int + func CreateClonedPacFileVersion(ctx context.Context, service *zscaler.Service, pacID int, clonedPacVersion int, ...) (*PACFileConfig, error) + func CreatePacFile(ctx context.Context, service *zscaler.Service, file *PACFileConfig) (*PACFileConfig, error) + func GetPacFileByName(ctx context.Context, service *zscaler.Service, pacFileName string) (*PACFileConfig, error) + func GetPacFileVersion(ctx context.Context, service *zscaler.Service, pacID int, filter string) ([]PACFileConfig, error) + func GetPacFiles(ctx context.Context, service *zscaler.Service, filter string) ([]PACFileConfig, error) + func GetPacVersionID(ctx context.Context, service *zscaler.Service, pacID, pacVersion int, ...) (*PACFileConfig, error) + func UpdatePacFile(ctx context.Context, service *zscaler.Service, pacID, pacVersion int, ...) (*PACFileConfig, error) + type PacContentRequest struct + PacContent string + type PacResult struct + ErrorCount int + Messages []PacValidationMessage + Success bool + WarningCount int + func ValidatePacFile(ctx context.Context, service *zscaler.Service, pacContent string) (*PacResult, error) + type PacValidationMessage struct + Column int + EndColumn int + EndLine int + Fatal bool + Line int + Message string + Severity int