customeraudit

package
v3.1.13 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Action string `json:"action"`
}

type AuditLog

type AuditLog struct {
	Action     Action `json:"action"`
	Module     string `json:"module"`
	Resource   string `json:"resource"`
	ChangedAt  string `json:"changedAt"`
	ChangedBy  string `json:"changedBy"`
	OldRowJSON string `json:"oldRowJson"`
	NewRowJSON string `json:"newRowJson"`
	ChangeNote string `json:"changeNote"`
}

func GetCustomerAudit

func GetCustomerAudit(ctx context.Context, service *services.Service, filters common.CommonDLPIncidentFiltering, paginationParams *common.PaginationParams) ([]AuditLog, *common.Cursor, error)

type AuditLogsResponse

type AuditLogsResponse struct {
	Cursor common.Cursor `json:"cursor"` // Use the shared Cursor struct
	Logs   []AuditLog    `json:"logs"`
}

Jump to

Keyboard shortcuts

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