rows

package
v0.0.1-rc.2 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventLog

type EventLog struct {
	// embed required enrichment fields
	enrichment.CommonFields

	CreatedAt    time.Time         `json:"date"`
	Type         string            `json:"type"`
	Description  string            `json:"description"`
	ConnectionID string            `json:"connection_id,omitempty"`
	ClientID     string            `json:"client_id"`
	ClientName   string            `json:"client_name"`
	IP           string            `json:"ip"`
	Hostname     string            `json:"hostname,omitempty"`
	UserID       string            `json:"user_id,omitempty"`
	UserName     string            `json:"user_name,omitempty"`
	Audience     string            `json:"audience"`
	Scope        string            `json:"scope,omitempty"`
	LogID        string            `json:"log_id"`
	TenantName   string            `json:"tenant_name"`
	ID           string            `json:"id"`
	IsMobile     bool              `json:"is_mobile"`
	UserAgent    string            `json:"user_agent"`
	Details      *types.JSONString `json:"details,omitempty"`
	LocationInfo *types.JSONString `json:"location_info,omitempty"`
}

Jump to

Keyboard shortcuts

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