ColumnSourceDetails

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

Bases: object

The source of masking columns.

Attributes

COLUMN_SOURCE_SENSITIVE_DATA_MODEL A constant which can be used with the column_source property of a ColumnSourceDetails.
COLUMN_SOURCE_TARGET A constant which can be used with the column_source property of a ColumnSourceDetails.
column_source [Required] Gets the column_source of this ColumnSourceDetails.

Methods

__init__(**kwargs) Initializes a new ColumnSourceDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
COLUMN_SOURCE_SENSITIVE_DATA_MODEL = 'SENSITIVE_DATA_MODEL'

A constant which can be used with the column_source property of a ColumnSourceDetails. This constant has a value of “SENSITIVE_DATA_MODEL”

COLUMN_SOURCE_TARGET = 'TARGET'

A constant which can be used with the column_source property of a ColumnSourceDetails. This constant has a value of “TARGET”

__init__(**kwargs)

Initializes a new ColumnSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:column_source (str) – The value to assign to the column_source property of this ColumnSourceDetails. Allowed values for this property are: “TARGET”, “SENSITIVE_DATA_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
column_source

[Required] Gets the column_source of this ColumnSourceDetails. The source of masking columns.

Allowed values for this property are: “TARGET”, “SENSITIVE_DATA_MODEL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The column_source of this ColumnSourceDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.