Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttackChainDelete ¶
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
Click to show internal directories.
Click to hide internal directories.