CreateColumnSourceDetails

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

Bases: object

Details to associate a column source with a masking policy.

Attributes

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

Methods

__init__(**kwargs) Initializes a new CreateColumnSourceDetails 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 CreateColumnSourceDetails. 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 CreateColumnSourceDetails. This constant has a value of “TARGET”

__init__(**kwargs)

Initializes a new CreateColumnSourceDetails 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 CreateColumnSourceDetails. Allowed values for this property are: “TARGET”, “SENSITIVE_DATA_MODEL”
column_source

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

Allowed values for this property are: “TARGET”, “SENSITIVE_DATA_MODEL”

Returns:The column_source of this CreateColumnSourceDetails.
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.