datasentinelalertruletemplate

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NrtTemplate

type NrtTemplate struct{}

type NrtTemplateAttributes

type NrtTemplateAttributes struct {
	// contains filtered or unexported fields
}

func (NrtTemplateAttributes) Description

func (nt NrtTemplateAttributes) Description() terra.StringValue

func (NrtTemplateAttributes) InternalRef

func (nt NrtTemplateAttributes) InternalRef() (terra.Reference, error)

func (NrtTemplateAttributes) InternalTokens

func (nt NrtTemplateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NrtTemplateAttributes) InternalWithRef

func (NrtTemplateAttributes) Query

func (NrtTemplateAttributes) Severity

func (nt NrtTemplateAttributes) Severity() terra.StringValue

func (NrtTemplateAttributes) Tactics

type NrtTemplateState

type NrtTemplateState struct {
	Description string   `json:"description"`
	Query       string   `json:"query"`
	Severity    string   `json:"severity"`
	Tactics     []string `json:"tactics"`
}

type ScheduledTemplate

type ScheduledTemplate struct{}

type ScheduledTemplateAttributes

type ScheduledTemplateAttributes struct {
	// contains filtered or unexported fields
}

func (ScheduledTemplateAttributes) Description

func (ScheduledTemplateAttributes) InternalRef

func (st ScheduledTemplateAttributes) InternalRef() (terra.Reference, error)

func (ScheduledTemplateAttributes) InternalTokens

func (st ScheduledTemplateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ScheduledTemplateAttributes) InternalWithRef

func (ScheduledTemplateAttributes) Query

func (ScheduledTemplateAttributes) QueryFrequency

func (st ScheduledTemplateAttributes) QueryFrequency() terra.StringValue

func (ScheduledTemplateAttributes) QueryPeriod

func (ScheduledTemplateAttributes) Severity

func (ScheduledTemplateAttributes) Tactics

func (ScheduledTemplateAttributes) TriggerOperator

func (st ScheduledTemplateAttributes) TriggerOperator() terra.StringValue

func (ScheduledTemplateAttributes) TriggerThreshold

func (st ScheduledTemplateAttributes) TriggerThreshold() terra.NumberValue

type ScheduledTemplateState

type ScheduledTemplateState struct {
	Description      string   `json:"description"`
	Query            string   `json:"query"`
	QueryFrequency   string   `json:"query_frequency"`
	QueryPeriod      string   `json:"query_period"`
	Severity         string   `json:"severity"`
	Tactics          []string `json:"tactics"`
	TriggerOperator  string   `json:"trigger_operator"`
	TriggerThreshold float64  `json:"trigger_threshold"`
}

type SecurityIncidentTemplate

type SecurityIncidentTemplate struct{}

type SecurityIncidentTemplateAttributes

type SecurityIncidentTemplateAttributes struct {
	// contains filtered or unexported fields
}

func (SecurityIncidentTemplateAttributes) Description

func (SecurityIncidentTemplateAttributes) InternalRef

func (SecurityIncidentTemplateAttributes) InternalTokens

func (sit SecurityIncidentTemplateAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SecurityIncidentTemplateAttributes) InternalWithRef

func (SecurityIncidentTemplateAttributes) ProductFilter

type SecurityIncidentTemplateState

type SecurityIncidentTemplateState struct {
	Description   string `json:"description"`
	ProductFilter string `json:"product_filter"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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