attackchains

package
v0.0.49 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttackChainDelete

type AttackChainDelete struct {
	ClusterName  string `json:"clusterName,omitempty" bson:"clusterName,omitempty"`
	CustomerGUID string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
}

type AttackChainEngineIngesterMessage

type AttackChainEngineIngesterMessage struct {
	ImageScanID  string `json:"imageScanID"`
	ReportGUID   string `json:"reportGUID"`
	CustomerGUID string `json:"customerGUID"`
	ClusterName  string `json:"clusterName"`
}

type AttackChainFirstSeen

type AttackChainFirstSeen struct {
	AttackChainID    string `json:"attackChainID,omitempty" bson:"attackChainID,omitempty"` // name/cluster/resourceID
	CustomerGUID     string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
	ViewedMainScreen string `json:"viewedMainScreen,omitempty" bson:"viewedMainScreen,omitempty"`
}

func (*AttackChainFirstSeen) GetCustomerGUID

func (acfs *AttackChainFirstSeen) GetCustomerGUID() string

type AttackChainScanStatus

type AttackChainScanStatus struct {
	ClusterName      string `json:"clusterName,omitempty" bson:"clusterName,omitempty"`
	CustomerGUID     string `json:"customerGUID,omitempty" bson:"customerGUID,omitempty"`
	ProcessingStatus string `json:"processingStatus,omitempty" bson:"processingStatus,omitempty"` // "processing"/ "done"
}

func (*AttackChainScanStatus) GetCustomerGUID

func (acps *AttackChainScanStatus) GetCustomerGUID() string

Jump to

Keyboard shortcuts

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