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

MaskType

A single masking type.

type MaskType {
  dataTypes: [String!]
  description: String!
  displayName: String!
  externalId: String!
  precedence: Int
}

Fields

dataTypes ● [String!] list scalar

The list of data types on which this masking rule can be applied.

description ● String! non-null scalar

The description of the masking type.

displayName ● String! non-null scalar

The display name of the masking type.

externalId ● String! non-null scalar

The IDof the masking type known by the connector.

precedence ● Int scalar

Determines precedence order between masking types so solve conflicts when multiple masking rules apply for a certain user on a certain column.

Member Of

MaskingMetadata object ● SyncData object

Last updated

Was this helpful?