ModifiedAttributes

class oci.data_safe.models.ModifiedAttributes(**kwargs)

Bases: object

The attributes of a sensitive column that have been modified in the target database. It’s populated only in the case of MODIFIED discovery results and shows the new values of the modified attributes.

Methods

__init__(**kwargs) Initializes a new ModifiedAttributes object with values from keyword arguments.

Attributes

app_defined_child_column_keys Gets the app_defined_child_column_keys of this ModifiedAttributes.
db_defined_child_column_keys Gets the db_defined_child_column_keys of this ModifiedAttributes.
__init__(**kwargs)

Initializes a new ModifiedAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • app_defined_child_column_keys (list[str]) – The value to assign to the app_defined_child_column_keys property of this ModifiedAttributes.
  • db_defined_child_column_keys (list[str]) – The value to assign to the db_defined_child_column_keys property of this ModifiedAttributes.
app_defined_child_column_keys

Gets the app_defined_child_column_keys of this ModifiedAttributes. Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.

Returns:The app_defined_child_column_keys of this ModifiedAttributes.
Return type:list[str]
db_defined_child_column_keys

Gets the db_defined_child_column_keys of this ModifiedAttributes. Unique keys identifying the columns that are database-level (dictionary-defined) children of the sensitive column.

Returns:The db_defined_child_column_keys of this ModifiedAttributes.
Return type:list[str]