ColumnSourceFromSdmDetails¶
-
class
oci.data_safe.models.
ColumnSourceFromSdmDetails
(**kwargs)¶ Bases:
oci.data_safe.models.column_source_details.ColumnSourceDetails
Details of the sensitive data model that’s used as the source of masking columns..
Attributes
COLUMN_SOURCE_SENSITIVE_DATA_MODEL
str(object=’’) -> str COLUMN_SOURCE_TARGET
str(object=’’) -> str column_source
[Required] Gets the column_source of this ColumnSourceDetails. sensitive_data_model_id
[Required] Gets the sensitive_data_model_id of this ColumnSourceFromSdmDetails. Methods
__init__
(**kwargs)Initializes a new ColumnSourceFromSdmDetails 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'¶
-
COLUMN_SOURCE_TARGET
= 'TARGET'¶
-
__init__
(**kwargs)¶ Initializes a new ColumnSourceFromSdmDetails object with values from keyword arguments. The default value of the
column_source
attribute of this class isSENSITIVE_DATA_MODEL
and it should not be changed. 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 ColumnSourceFromSdmDetails. Allowed values for this property are: “TARGET”, “SENSITIVE_DATA_MODEL”
- sensitive_data_model_id (str) – The value to assign to the sensitive_data_model_id property of this ColumnSourceFromSdmDetails.
-
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.
-
sensitive_data_model_id
¶ [Required] Gets the sensitive_data_model_id of this ColumnSourceFromSdmDetails. The OCID of the sensitive data model that’s used as the source of masking columns.
Returns: The sensitive_data_model_id of this ColumnSourceFromSdmDetails. Return type: str
-