dlp_icap_servers

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 4 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"`
}

type Service

type Service struct {
	Client *zia.Client
}

func New

func New(c *zia.Client) *Service

func (*Service) Get

func (service *Service) Get(icapServerID int) (*DLPICAPServers, error)

func (*Service) GetAll

func (service *Service) GetAll() ([]DLPICAPServers, error)

func (*Service) GetByName

func (service *Service) GetByName(icapServerName string) (*DLPICAPServers, error)

Jump to

Keyboard shortcuts

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