Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { Name string `json:"name"` // The name of the HTTP header Secret bool `json:"secret"` // The value of this HTTP header is a secret (`true`) or not (`false`). Value *string `json:"value,omitempty"` // The value of the HTTP header. May contain an empty value SecretValue *string `json:"secretValue,omitempty"` // The secret value of the HTTP header. May contain an empty value }
func (*Header) FillDemoValues ¶
func (*Header) MarshalHCL ¶
func (me *Header) MarshalHCL(properties hcl.Properties) error
type Headers ¶
type Headers []*Header
func (*Headers) GenIgnoreChanges ¶ added in v1.51.0
func (Headers) MarshalHCL ¶
func (me Headers) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.