Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UDFFormatEntry

The User Defined Function masking format lets you define your own logic to mask column data. The return value of the user-defined function is used to replace the original values. The user-defined function has a fixed signature and is a PL/SQL function that can be invoked in a SELECT statement. To learn more, check User Defined Function in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

Const type

type: string = "USER_DEFINED_FUNCTION"

userDefinedFunction

userDefinedFunction: string

The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.

Methods

getDeserializedJsonObj

getJsonObj