Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaskingTypes = struct { MaskEntireValue MaskingType MaskOnlyConfidentialData MaskingType NotMasked MaskingType }{ "MASK_ENTIRE_VALUE", "MASK_ONLY_CONFIDENTIAL_DATA", "NOT_MASKED", }
Functions ¶
This section is empty.
Types ¶
type MaskingType ¶
type MaskingType string
type RuleItem ¶
type RuleItem struct { AttributeKey string `json:"attributeKey"` // Attribute key **service.name** is automatically captured by default Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Masking MaskingType `json:"masking"` // Possible Values: `MASK_ENTIRE_VALUE`, `MASK_ONLY_CONFIDENTIAL_DATA`, `NOT_MASKED` }
func (*RuleItem) MarshalHCL ¶
func (me *RuleItem) MarshalHCL(properties hcl.Properties) error
type RuleItems ¶
type RuleItems []*RuleItem
func (RuleItems) MarshalHCL ¶
func (me RuleItems) MarshalHCL(properties hcl.Properties) error
type Settings ¶
type Settings struct {
AttributeKeys RuleItems `json:"attributeKeys,omitempty"` // Attribute key allow-list
}
func (*Settings) EnsurePredictableOrder ¶
func (me *Settings) EnsurePredictableOrder()
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.