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 ActorLocation

type ActorLocation struct {
	CountryCode *string `json:"country_code,omitempty"`
}

type AuditLog

type AuditLog struct {
	enrichment.CommonFields

	Action                   *string                 `json:"action,omitempty"`
	Actor                    *string                 `json:"actor,omitempty"`
	ActorID                  *int64                  `json:"actor_id,omitempty"`
	ActorIP                  *string                 `json:"actor_ip,omitempty"`
	ActorLocation            *map[string]interface{} `json:"actor_location,omitempty" parquet:"type=JSON"`
	Business                 *string                 `json:"business,omitempty"`
	BusinessID               *int64                  `json:"business_id,omitempty"`
	CreatedAt                *time.Time              `json:"created_at,omitempty"`
	DocumentID               *string                 `json:"_document_id,omitempty"`
	ExternalIdentityNameID   *string                 `json:"external_identity_nameid,omitempty"`
	ExternalIdentityUsername *string                 `json:"external_identity_username,omitempty"`
	HashedToken              *string                 `json:"hashed_token,omitempty"`
	Org                      *string                 `json:"org,omitempty"`
	OrgID                    *string                 `json:"org_id,omitempty"`
	Timestamp                *time.Time              `json:"timestamp,omitempty"`
	TokenID                  *int64                  `json:"token_id,omitempty"`
	TokenScopes              *string                 `json:"token_scopes,omitempty"`
	User                     *string                 `json:"user,omitempty"`
	UserID                   *int64                  `json:"user_id,omitempty"`
	AdditionalFields         *map[string]interface{} `json:"additional_fields,omitempty" parquet:"type=JSON"`
}

func NewAuditLog

func NewAuditLog() *AuditLog

func (*AuditLog) FromMap

func (a *AuditLog) FromMap(in map[string]interface{})

Jump to

Keyboard shortcuts

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