attributes

package
v1.25.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MaskingTypes = struct {
	NotMasked    MaskingType
	Confidential MaskingType
	EntireValue  MaskingType
}{
	MaskingType("NOT_MASKED"),
	MaskingType("MASK_ONLY_CONFIDENTIAL_DATA"),
	MaskingType("MASK_ENTIRE_VALUE"),
}

Functions

This section is empty.

Types

type MaskingType

type MaskingType string

type SpanAttribute

type SpanAttribute struct {
	Key     string      `json:"key"`
	Masking MaskingType `json:"masking"`
}

SpanAttribute has no documentation

func (*SpanAttribute) MarshalHCL

func (me *SpanAttribute) MarshalHCL(properties hcl.Properties) error

func (*SpanAttribute) Name

func (me *SpanAttribute) Name() string

func (*SpanAttribute) Schema

func (me *SpanAttribute) Schema() map[string]*schema.Schema

func (*SpanAttribute) UnmarshalHCL

func (me *SpanAttribute) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL