Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaskingTypes = struct { MaskEntireValue MaskingType MaskOnlyConfidentialData MaskingType }{ "MASK_ENTIRE_VALUE", "MASK_ONLY_CONFIDENTIAL_DATA", }
Functions ¶
This section is empty.
Types ¶
type MaskingType ¶
type MaskingType string
type Settings ¶
type Settings struct { Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Key string `json:"key"` // Key of the attribute Masking MaskingType `json:"masking"` // Possible Values: `MASK_ENTIRE_VALUE`, `MASK_ONLY_CONFIDENTIAL_DATA` }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.