dlp_engines

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DLPEngines

type DLPEngines struct {
	ID                   int    `json:"id"`
	Name                 string `json:"name,omitempty"`
	Description          string `json:"description,omitempty"`
	PredefinedEngineName string `json:"predefinedEngineName,omitempty"`
	EngineExpression     string `json:"engineExpression,omitempty"`
	CustomDlpEngine      bool   `json:"customDlpEngine,omitempty"`
	HtmlMessage          string `json:"htmlMessage,omitempty"`
	TLSEnabled           bool   `json:"tlsEnabled,omitempty"`
}

type Service

type Service struct {
	Client *zia.Client
}

func New

func New(c *zia.Client) *Service

func (*Service) Get

func (service *Service) Get(engineID int) (*DLPEngines, error)

func (*Service) GetAll added in v0.0.4

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

func (*Service) GetByName

func (service *Service) GetByName(engineName string) (*DLPEngines, error)

Jump to

Keyboard shortcuts

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