For the complete documentation index, see llms.txt. This page is also available as Markdown.

MaskingMetadata

The meta data about how column masking works in the data source.

type MaskingMetadata {
  applicableTypes: [String!]
  defaultMaskExternalName: String
  maskTypes: [MaskType!]
}

Fields

applicableTypes ● [String!] list scalar

The data object types on which column masking is applicable.

defaultMaskExternalName ● String scalar

The default mask type.

maskTypes ● [MaskType!] list object

The available masking types the data source supports.

Member Of

DataSource object

Last updated

Was this helpful?