dlp_incident_receiver_servers

package
v3.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 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 IncidentReceiverServers

type IncidentReceiverServers struct {
	// The unique identifier for the Incident Receiver.
	ID int `json:"id"`

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

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

	// The status of the Incident Receiver.
	Status string `json:"status,omitempty"`

	// The Incident Receiver server flag.
	Flags int `json:"flags,omitempty"`
}

func Get

func Get(ctx context.Context, service *zscaler.Service, receiverID int) (*IncidentReceiverServers, error)

func GetAll

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

func GetByName

func GetByName(ctx context.Context, service *zscaler.Service, receiverName string) (*IncidentReceiverServers, error)

Jump to

Keyboard shortcuts

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