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 Settings ¶
type Settings struct { Key string `json:"key"` // Key of the span event attribute to store Masking MaskingType `json:"masking"` // Possible Values: `MASK_ENTIRE_VALUE`, `MASK_ONLY_CONFIDENTIAL_DATA`, `NOT_MASKED` }
func (*Settings) Deprecated ¶ added in v1.47.0
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.