dlp_engines

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: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, engineID int) (*http.Response, error)

Types

type DLPEngines

type DLPEngines struct {
	// The unique identifier for the DLP engine.
	ID int `json:"id"`

	// The DLP engine name as configured by the admin. This attribute is required in POST and PUT requests for custom DLP engines.
	Name string `json:"name,omitempty"`

	// The DLP engine's description.
	Description string `json:"description,omitempty"`

	// The name of the predefined DLP engine.
	PredefinedEngineName string `json:"predefinedEngineName,omitempty"`

	// The boolean logical operator in which various DLP dictionaries are combined within a DLP engine's expression.
	EngineExpression string `json:"engineExpression,omitempty"`

	// Indicates whether this is a custom DLP engine. If this value is set to true, the engine is custom.
	CustomDlpEngine bool `json:"customDlpEngine,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, engineID *DLPEngines) (*DLPEngines, *http.Response, error)

func Get added in v2.61.0

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

func GetAll added in v2.61.0

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

func GetAllEngineLite added in v2.61.0

func GetAllEngineLite(service *services.Service) ([]DLPEngines, error)

func GetByName added in v2.61.0

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

func GetByPredefinedEngine added in v2.61.0

func GetByPredefinedEngine(service *services.Service, engineName string) (*DLPEngines, error)

func GetEngineLiteID added in v2.61.0

func GetEngineLiteID(service *services.Service, engineID int) (*DLPEngines, error)

Functions to for DLP Engine Lite query

func Update added in v2.61.0

func Update(service *services.Service, engineID int, engines *DLPEngines) (*DLPEngines, *http.Response, error)

Jump to

Keyboard shortcuts

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