dlp_icap_servers

package
v3.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DLPICAPServers

type DLPICAPServers struct {
	// The unique identifier for a DLP server.
	ID int `json:"id"`

	// The DLP server name.
	Name string `json:"name,omitempty"`

	// The DLP server URL.
	URL string `json:"url,omitempty"`

	// The DLP server status
	Status string `json:"status,omitempty"`
}

func Get

func Get(ctx context.Context, service *zscaler.Service, icapServerID int) (*DLPICAPServers, error)

func GetAll

func GetAll(ctx context.Context, service *zscaler.Service) ([]DLPICAPServers, error)

func GetByName

func GetByName(ctx context.Context, service *zscaler.Service, icapServerName string) (*DLPICAPServers, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL