dlp_icap_servers

package
v2.61.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 4 Imported by: 2

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 added in v2.61.0

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

func GetAll added in v2.61.0

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

func GetByName added in v2.61.0

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

Jump to

Keyboard shortcuts

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