Documentation ¶
Index ¶
- type DlpNotificationTemplates
- type Service
- func (service *Service) Create(dlpTemplateID *DlpNotificationTemplates) (*DlpNotificationTemplates, *http.Response, error)
- func (service *Service) Delete(dlpTemplateID int) (*http.Response, error)
- func (service *Service) Get(dlpTemplateID int) (*DlpNotificationTemplates, error)
- func (service *Service) GetAll() ([]DlpNotificationTemplates, error)
- func (service *Service) GetByName(templateName string) (*DlpNotificationTemplates, error)
- func (service *Service) Update(dlpTemplateID int, dlpTemplates *DlpNotificationTemplates) (*DlpNotificationTemplates, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DlpNotificationTemplates ¶
type DlpNotificationTemplates struct { // The unique identifier for a DLP notification template. ID int `json:"id"` // The DLP notification template name. Name string `json:"name,omitempty"` // The Subject line that is displayed within the DLP notification email. Subject string `json:"subject,omitempty"` // If set to true, the content that is violation is attached to the DLP notification email. AttachContent bool `json:"attachContent,omitempty"` // The template for the plain text UTF-8 message body that must be displayed in the DLP notification email. PlainTextMessage string `json:"plainTextMessage,omitempty"` // The template for the HTML message body that must be displayed in the DLP notification email. HtmlMessage string `json:"htmlMessage,omitempty"` // The template for the HTML message body that must be displayed in the DLP notification email. TLSEnabled bool `json:"tlsEnabled,omitempty"` }
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(dlpTemplateID *DlpNotificationTemplates) (*DlpNotificationTemplates, *http.Response, error)
func (*Service) Get ¶
func (service *Service) Get(dlpTemplateID int) (*DlpNotificationTemplates, error)
func (*Service) GetAll ¶
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)
Click to show internal directories.
Click to hide internal directories.