Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MaskingColumnSummary

Summary of a masking column.

Properties

Optional childColumns

childColumns: Array<string>

An array of child columns that are in referential relationship with the masking column.

columnName

columnName: string

The name of the database column. Note that the same name is used for the masking column. There is no separate displayName attribute for the masking column.

Optional dataType

dataType: undefined | string

The data type of the masking column.

isMaskingEnabled

isMaskingEnabled: boolean

Indicates whether data masking is enabled for the masking column.

key

key: string

The unique key that identifies a masking column. The key is numeric and unique within a masking policy.

Optional lifecycleDetails

lifecycleDetails: undefined | string

Details about the current state of the masking column.

lifecycleState

The current state of the masking column.

Optional maskingColumnGroup

maskingColumnGroup: undefined | string

The group of the masking column. All the columns in a group are masked together to ensure that the masked data across these columns continue to retain the same logical relationship. For more details, check Group Masking in the Data Safe documentation.

Optional maskingFormats

maskingFormats: Array<MaskingFormat>

An array of masking formats assigned to the masking column.

maskingPolicyId

maskingPolicyId: string

The OCID of the masking policy that contains the masking column.

objectName

objectName: string

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

Optional objectType

objectType: model.ObjectType

The type of the object that contains the database column.

schemaName

schemaName: string

The name of the schema that contains the database column.

Optional sensitiveTypeId

sensitiveTypeId: undefined | string

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

timeCreated

timeCreated: Date

The date and time the masking column was created, in the format defined by RFC3339.

timeUpdated

timeUpdated: Date

The date and time the masking column was last updated, in the format defined by RFC3339.

Functions

getDeserializedJsonObj

getJsonObj