ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FormatEntry� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�$DeterministicSubstitutionFormatEntrya< The Deterministic Substitution masking format uses the specified substitution column as the source of masked values. It performs hash-based substitution to replace the original data in a column with values from the substitution column. As a masking operation renames tables temporarily, the substitution column must be in a table that has no masking column. Also, you may want to ensure that the substitution column has sufficient values to uniquely mask the target column. Deterministic Substitution requires a seed value while submitting a masking work request. Passing the same seed value when masking multiple times or masking different databases ensures that the data is masked deterministically. To learn more, check Deterministic Substitution in the Data Safe documentation. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new DeterministicSubstitutionFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.DeterministicSubstitutionFormatEntry.type` attribute of this class is ``DETERMINISTIC_SUBSTITUTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this DeterministicSubstitutionFormatEntry. Allowed values for this property are: "DELETE_ROWS", "DETERMINISTIC_SUBSTITUTION", "DETERMINISTIC_ENCRYPTION", "DETERMINISTIC_ENCRYPTION_DATE", "FIXED_NUMBER", "FIXED_STRING", "LIBRARY_MASKING_FORMAT", "NULL_VALUE", "POST_PROCESSING_FUNCTION", "PRESERVE_ORIGINAL_DATA", "RANDOM_DATE", "RANDOM_DECIMAL_NUMBER", "RANDOM_DIGITS", "RANDOM_LIST", "RANDOM_NUMBER", "RANDOM_STRING", "RANDOM_SUBSTITUTION", "REGULAR_EXPRESSION", "SHUFFLE", "SQL_EXPRESSION", "SUBSTRING", "TRUNCATE_TABLE", "USER_DEFINED_FUNCTION" :type type: str :param description: The value to assign to the description property of this DeterministicSubstitutionFormatEntry. :type description: str :param schema_name: The value to assign to the schema_name property of this DeterministicSubstitutionFormatEntry. :type schema_name: str :param table_name: The value to assign to the table_name property of this DeterministicSubstitutionFormatEntry. :type table_name: str :param column_name: The value to assign to the column_name property of this DeterministicSubstitutionFormatEntry. :type column_name: str �str)�type�description�schema_name� table_name�column_namer r � schemaName� tableName� columnNameN�DETERMINISTIC_SUBSTITUTION)� swagger_types� attribute_map�_type�_description�_schema_name�_table_name�_column_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/deterministic_substitution_format_entry.py�__init__ s$ � �z-DeterministicSubstitutionFormatEntry.__init__c C s | j S )a **[Required]** Gets the schema_name of this DeterministicSubstitutionFormatEntry. The name of the schema that contains the substitution column. :return: The schema_name of this DeterministicSubstitutionFormatEntry. :rtype: str �r �r r r r r M s z0DeterministicSubstitutionFormatEntry.schema_namec C s || _ dS )a Sets the schema_name of this DeterministicSubstitutionFormatEntry. The name of the schema that contains the substitution column. :param schema_name: The schema_name of this DeterministicSubstitutionFormatEntry. :type: str Nr )r r r r r r Y s c C s | j S )a **[Required]** Gets the table_name of this DeterministicSubstitutionFormatEntry. The name of the table that contains the substitution column. :return: The table_name of this DeterministicSubstitutionFormatEntry. :rtype: str �r r r r r r e s z/DeterministicSubstitutionFormatEntry.table_namec C s || _ dS )a Sets the table_name of this DeterministicSubstitutionFormatEntry. The name of the table that contains the substitution column. :param table_name: The table_name of this DeterministicSubstitutionFormatEntry. :type: str Nr! )r r r r r r q s c C s | j S )z� **[Required]** Gets the column_name of this DeterministicSubstitutionFormatEntry. The name of the substitution column. :return: The column_name of this DeterministicSubstitutionFormatEntry. :rtype: str �r r r r r r } s z0DeterministicSubstitutionFormatEntry.column_namec C s || _ dS )z� Sets the column_name of this DeterministicSubstitutionFormatEntry. The name of the substitution column. :param column_name: The column_name of this DeterministicSubstitutionFormatEntry. :type: str Nr"