Documentation ¶
Index ¶
- type Args
- type ExternalReference
- type ExternalReferenceAttributes
- func (er ExternalReferenceAttributes) Description() terra.StringValue
- func (er ExternalReferenceAttributes) Hashes() terra.MapValue[terra.StringValue]
- func (er ExternalReferenceAttributes) Id() terra.StringValue
- func (er ExternalReferenceAttributes) InternalRef() (terra.Reference, error)
- func (er ExternalReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (er ExternalReferenceAttributes) InternalWithRef(ref terra.Reference) ExternalReferenceAttributes
- func (er ExternalReferenceAttributes) SourceName() terra.StringValue
- func (er ExternalReferenceAttributes) Url() terra.StringValue
- type ExternalReferenceState
- type GranularMarking
- type GranularMarkingAttributes
- func (gm GranularMarkingAttributes) InternalRef() (terra.Reference, error)
- func (gm GranularMarkingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gm GranularMarkingAttributes) InternalWithRef(ref terra.Reference) GranularMarkingAttributes
- func (gm GranularMarkingAttributes) Language() terra.StringValue
- func (gm GranularMarkingAttributes) MarkingRef() terra.StringValue
- func (gm GranularMarkingAttributes) Selectors() terra.ListValue[terra.StringValue]
- type GranularMarkingState
- type KillChainPhase
- type KillChainPhaseAttributes
- func (kcp KillChainPhaseAttributes) InternalRef() (terra.Reference, error)
- func (kcp KillChainPhaseAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (kcp KillChainPhaseAttributes) InternalWithRef(ref terra.Reference) KillChainPhaseAttributes
- func (kcp KillChainPhaseAttributes) Name() terra.StringValue
- type KillChainPhaseState
- type ParsedPatternAttributes
- func (pp ParsedPatternAttributes) InternalRef() (terra.Reference, error)
- func (pp ParsedPatternAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pp ParsedPatternAttributes) InternalWithRef(ref terra.Reference) ParsedPatternAttributes
- func (pp ParsedPatternAttributes) PatternTypeKey() terra.StringValue
- func (pp ParsedPatternAttributes) PatternTypeValues() terra.ListValue[ParsedPatternPatternTypeValuesAttributes]
- type ParsedPatternPatternTypeValuesAttributes
- func (ptv ParsedPatternPatternTypeValuesAttributes) InternalRef() (terra.Reference, error)
- func (ptv ParsedPatternPatternTypeValuesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ptv ParsedPatternPatternTypeValuesAttributes) InternalWithRef(ref terra.Reference) ParsedPatternPatternTypeValuesAttributes
- func (ptv ParsedPatternPatternTypeValuesAttributes) Value() terra.StringValue
- func (ptv ParsedPatternPatternTypeValuesAttributes) ValueType() terra.StringValue
- type ParsedPatternPatternTypeValuesState
- type ParsedPatternState
- type Resource
- func (astii *Resource) Attributes() azurermSentinelThreatIntelligenceIndicatorAttributes
- func (astii *Resource) Configuration() interface{}
- func (astii *Resource) DependOn() terra.Reference
- func (astii *Resource) Dependencies() terra.Dependencies
- func (astii *Resource) ImportState(state io.Reader) error
- func (astii *Resource) LifecycleManagement() *terra.Lifecycle
- func (astii *Resource) LocalName() string
- func (astii *Resource) State() (*azurermSentinelThreatIntelligenceIndicatorState, bool)
- func (astii *Resource) StateMust() *azurermSentinelThreatIntelligenceIndicatorState
- func (astii *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Confidence: number, optional Confidence terra.NumberValue `hcl:"confidence,attr"` // CreatedBy: string, optional CreatedBy terra.StringValue `hcl:"created_by,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisplayName: string, required DisplayName terra.StringValue `hcl:"display_name,attr" validate:"required"` // Extension: string, optional Extension terra.StringValue `hcl:"extension,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Language: string, optional Language terra.StringValue `hcl:"language,attr"` // ObjectMarkingRefs: list of string, optional ObjectMarkingRefs terra.ListValue[terra.StringValue] `hcl:"object_marking_refs,attr"` // Pattern: string, required Pattern terra.StringValue `hcl:"pattern,attr" validate:"required"` // PatternType: string, required PatternType terra.StringValue `hcl:"pattern_type,attr" validate:"required"` // PatternVersion: string, optional PatternVersion terra.StringValue `hcl:"pattern_version,attr"` // Revoked: bool, optional Revoked terra.BoolValue `hcl:"revoked,attr"` // Source: string, required Source terra.StringValue `hcl:"source,attr" validate:"required"` // Tags: list of string, optional Tags terra.ListValue[terra.StringValue] `hcl:"tags,attr"` // ThreatTypes: list of string, optional ThreatTypes terra.ListValue[terra.StringValue] `hcl:"threat_types,attr"` // ValidateFromUtc: string, required ValidateFromUtc terra.StringValue `hcl:"validate_from_utc,attr" validate:"required"` // ValidateUntilUtc: string, optional ValidateUntilUtc terra.StringValue `hcl:"validate_until_utc,attr"` // WorkspaceId: string, required WorkspaceId terra.StringValue `hcl:"workspace_id,attr" validate:"required"` // ExternalReference: min=0 ExternalReference []ExternalReference `hcl:"external_reference,block" validate:"min=0"` // GranularMarking: min=0 GranularMarking []GranularMarking `hcl:"granular_marking,block" validate:"min=0"` // KillChainPhase: min=0 KillChainPhase []KillChainPhase `hcl:"kill_chain_phase,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for azurerm_sentinel_threat_intelligence_indicator.
type ExternalReference ¶
type ExternalReference struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Hashes: map of string, optional Hashes terra.MapValue[terra.StringValue] `hcl:"hashes,attr"` // SourceName: string, optional SourceName terra.StringValue `hcl:"source_name,attr"` // Url: string, optional Url terra.StringValue `hcl:"url,attr"` }
type ExternalReferenceAttributes ¶
type ExternalReferenceAttributes struct {
// contains filtered or unexported fields
}
func (ExternalReferenceAttributes) Description ¶
func (er ExternalReferenceAttributes) Description() terra.StringValue
func (ExternalReferenceAttributes) Hashes ¶
func (er ExternalReferenceAttributes) Hashes() terra.MapValue[terra.StringValue]
func (ExternalReferenceAttributes) Id ¶
func (er ExternalReferenceAttributes) Id() terra.StringValue
func (ExternalReferenceAttributes) InternalRef ¶
func (er ExternalReferenceAttributes) InternalRef() (terra.Reference, error)
func (ExternalReferenceAttributes) InternalTokens ¶
func (er ExternalReferenceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ExternalReferenceAttributes) InternalWithRef ¶
func (er ExternalReferenceAttributes) InternalWithRef(ref terra.Reference) ExternalReferenceAttributes
func (ExternalReferenceAttributes) SourceName ¶
func (er ExternalReferenceAttributes) SourceName() terra.StringValue
func (ExternalReferenceAttributes) Url ¶
func (er ExternalReferenceAttributes) Url() terra.StringValue
type ExternalReferenceState ¶
type GranularMarking ¶
type GranularMarking struct { // Language: string, optional Language terra.StringValue `hcl:"language,attr"` // MarkingRef: string, optional MarkingRef terra.StringValue `hcl:"marking_ref,attr"` // Selectors: list of string, optional Selectors terra.ListValue[terra.StringValue] `hcl:"selectors,attr"` }
type GranularMarkingAttributes ¶
type GranularMarkingAttributes struct {
// contains filtered or unexported fields
}
func (GranularMarkingAttributes) InternalRef ¶
func (gm GranularMarkingAttributes) InternalRef() (terra.Reference, error)
func (GranularMarkingAttributes) InternalTokens ¶
func (gm GranularMarkingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GranularMarkingAttributes) InternalWithRef ¶
func (gm GranularMarkingAttributes) InternalWithRef(ref terra.Reference) GranularMarkingAttributes
func (GranularMarkingAttributes) Language ¶
func (gm GranularMarkingAttributes) Language() terra.StringValue
func (GranularMarkingAttributes) MarkingRef ¶
func (gm GranularMarkingAttributes) MarkingRef() terra.StringValue
func (GranularMarkingAttributes) Selectors ¶
func (gm GranularMarkingAttributes) Selectors() terra.ListValue[terra.StringValue]
type GranularMarkingState ¶
type KillChainPhase ¶
type KillChainPhase struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` }
type KillChainPhaseAttributes ¶
type KillChainPhaseAttributes struct {
// contains filtered or unexported fields
}
func (KillChainPhaseAttributes) InternalRef ¶
func (kcp KillChainPhaseAttributes) InternalRef() (terra.Reference, error)
func (KillChainPhaseAttributes) InternalTokens ¶
func (kcp KillChainPhaseAttributes) InternalTokens() (hclwrite.Tokens, error)
func (KillChainPhaseAttributes) InternalWithRef ¶
func (kcp KillChainPhaseAttributes) InternalWithRef(ref terra.Reference) KillChainPhaseAttributes
func (KillChainPhaseAttributes) Name ¶
func (kcp KillChainPhaseAttributes) Name() terra.StringValue
type KillChainPhaseState ¶
type KillChainPhaseState struct {
Name string `json:"name"`
}
type ParsedPatternAttributes ¶
type ParsedPatternAttributes struct {
// contains filtered or unexported fields
}
func (ParsedPatternAttributes) InternalRef ¶
func (pp ParsedPatternAttributes) InternalRef() (terra.Reference, error)
func (ParsedPatternAttributes) InternalTokens ¶
func (pp ParsedPatternAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ParsedPatternAttributes) InternalWithRef ¶
func (pp ParsedPatternAttributes) InternalWithRef(ref terra.Reference) ParsedPatternAttributes
func (ParsedPatternAttributes) PatternTypeKey ¶
func (pp ParsedPatternAttributes) PatternTypeKey() terra.StringValue
func (ParsedPatternAttributes) PatternTypeValues ¶
func (pp ParsedPatternAttributes) PatternTypeValues() terra.ListValue[ParsedPatternPatternTypeValuesAttributes]
type ParsedPatternPatternTypeValuesAttributes ¶
type ParsedPatternPatternTypeValuesAttributes struct {
// contains filtered or unexported fields
}
func (ParsedPatternPatternTypeValuesAttributes) InternalRef ¶
func (ptv ParsedPatternPatternTypeValuesAttributes) InternalRef() (terra.Reference, error)
func (ParsedPatternPatternTypeValuesAttributes) InternalTokens ¶
func (ptv ParsedPatternPatternTypeValuesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ParsedPatternPatternTypeValuesAttributes) InternalWithRef ¶
func (ptv ParsedPatternPatternTypeValuesAttributes) InternalWithRef(ref terra.Reference) ParsedPatternPatternTypeValuesAttributes
func (ParsedPatternPatternTypeValuesAttributes) Value ¶
func (ptv ParsedPatternPatternTypeValuesAttributes) Value() terra.StringValue
func (ParsedPatternPatternTypeValuesAttributes) ValueType ¶
func (ptv ParsedPatternPatternTypeValuesAttributes) ValueType() terra.StringValue
type ParsedPatternState ¶
type ParsedPatternState struct { PatternTypeKey string `json:"pattern_type_key"` PatternTypeValues []ParsedPatternPatternTypeValuesState `json:"pattern_type_values"` }
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource azurerm_sentinel_threat_intelligence_indicator.
func (*Resource) Attributes ¶
func (astii *Resource) Attributes() azurermSentinelThreatIntelligenceIndicatorAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (astii *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (astii *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.