Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MaskedColumnSummary

Summary of a masked column. A masked column is a database column masked by a data masking request.

Properties

columnName

columnName: string

The name of the masked column.

key

key: string

The unique key that identifies the masked column. It's numeric and unique within a masking policy.

Optional maskingColumnGroup

maskingColumnGroup: undefined | string

The masking group of the masked column.

maskingFormatUsed

maskingFormatUsed: string

The masking format used for masking the column.

objectName

objectName: string

The name of the object (table or editioning view) that contains the masked column.

objectType

objectType: ObjectType

The type of the object (table or editioning view) that contains the masked column.

Optional parentColumnKey

parentColumnKey: undefined | string

The unique key that identifies the parent column of the masked column.

schemaName

schemaName: string

The name of the schema that contains the masked column.

Optional sensitiveTypeId

sensitiveTypeId: undefined | string

The OCID of the sensitive type associated with the masked column.

totalMaskedValues

totalMaskedValues: number

The total number of values masked in the column. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj