DataMaskingFunction type

用於數據遮罩規則的遮罩函式。

type DataMaskingFunction =
  | "Default"
  | "CCN"
  | "Email"
  | "Number"
  | "SSN"
  | "Text"