Versions in this module Expand all Collapse all v3 v3.0.12 Jan 18, 2025 Changes in this version + func AssignLabels(ctx context.Context, service *services.Service, dlpIncidentID string, ...) (*common.IncidentDetails, *http.Response, error) + func CreateNotes(ctx context.Context, service *services.Service, dlpIncidentID int, note string) (*common.IncidentDetails, *http.Response, error) + func DeleteDLPIncident(ctx context.Context, service *services.Service, dlpIncidentID string) (*http.Response, error) + func FilterIncidentSearch(ctx context.Context, service *services.Service, ...) ([]common.IncidentDetails, *common.Cursor, error) + func GetDLPIncident(ctx context.Context, service *services.Service, dlpIncidentID string, ...) (*common.IncidentDetails, *http.Response, error) + func GetIncidentTransactions(ctx context.Context, service *services.Service, transactionID string, ...) ([]common.IncidentDetails, *common.Cursor, error) + func UpdateIncidentStatus(ctx context.Context, service *services.Service, dlpIncidentID string, ...) (*common.IncidentDetails, *http.Response, error) + type ChangeData struct + After string + Before string + type ChangeHistory struct + ChangeData ChangeData + ChangeType string + ChangedAt string + ChangedByName string + Comment string + type CreateNoteRequest struct + Notes string + type DLPIncidentEvidence struct + AdditionalInfo string + EvidenceURL string + FileName string + FileType string + func GetDLPIncidentEvidence(ctx context.Context, service *services.Service, dlpIncidentID string) (*DLPIncidentEvidence, *http.Response, error) + type DLPIncidentTicketsResponse struct + Tickets []Ticket + type DLPIncidentTriggerData map[string]string + func GetDLPIncidentTriggers(ctx context.Context, service *services.Service, dlpIncidentID string) (DLPIncidentTriggerData, *http.Response, error) + type IncidentGroup struct + Description string + ID int + IncidentGroupType string + IsDLPAdminConfigAlreadyMapped bool + IsDLPIncidentGroupAlreadyMapped bool + Name string + Status string + type IncidentGroupRequest struct + IncidentGroupIDs []int + type IncidentGroupsResponse struct + IncidentGroups []IncidentGroup + func AssignIncidentGroups(ctx context.Context, service *services.Service, dlpIncidentID int, ...) (*IncidentGroupsResponse, *http.Response, error) + type IncidentHistoryResponse struct + ChangeHistory []ChangeHistory + EndDate string + IncidentID string + StartDate string + func HistoryDLPIncident(ctx context.Context, service *services.Service, dlpIncidentID string) (*IncidentHistoryResponse, *http.Response, error) + type LabelsRequest struct + Labels []common.Label + type ResolutionDetailsRequest struct + Notes string + ResolutionCode string + ResolutionLabel common.Label + type Ticket struct + ProjectID string + ProjectName string + TicketInfo TicketInfo + TicketType string + TicketingSystemName string + func GetDLPIncidentTickets(ctx context.Context, service *services.Service, dlpIncidentID string, ...) ([]Ticket, *common.Cursor, error) + type TicketInfo struct + State string + TicketID string + TicketURL string