dlp_notification_templates

package
v0.5.7 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DlpNotificationTemplates

type DlpNotificationTemplates struct {
	ID               int    `json:"id"`
	Name             string `json:"name,omitempty"`
	Subject          string `json:"subject,omitempty"`
	AttachContent    bool   `json:"attachContent,omitempty"`
	PlainTextMessage string `json:"plainTextMessage,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) Create

func (service *Service) Create(dlpTemplateID *DlpNotificationTemplates) (*DlpNotificationTemplates, *http.Response, error)

func (*Service) Delete

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

func (*Service) Get

func (service *Service) Get(dlpTemplateID int) (*DlpNotificationTemplates, error)

func (*Service) GetAll added in v0.0.4

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

func (*Service) GetByName

func (service *Service) GetByName(templateName string) (*DlpNotificationTemplates, error)

func (*Service) Update

func (service *Service) Update(dlpTemplateID int, dlpTemplates *DlpNotificationTemplates) (*DlpNotificationTemplates, *http.Response, error)

Jump to

Keyboard shortcuts

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