MaskType
Last updated
Was this helpful?
A single masking type.
type MaskType {
dataTypes: [String!]
description: String!
displayName: String!
externalId: String!
precedence: Int
}[String!] list scalarThe list of data types on which this masking rule can be applied.
String! non-null scalarThe description of the masking type.
String! non-null scalarThe display name of the masking type.
String! non-null scalarThe IDof the masking type known by the connector.
Int scalarDetermines precedence order between masking types so solve conflicts when multiple masking rules apply for a certain user on a certain column.
MaskingMetadata object ● SyncData object
Last updated
Was this helpful?
Was this helpful?