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 )�RandomSubstitutionFormatEntrya� The Random Substitution masking format uses the specified substitution column as the source of masked values. The values in the substitution column are randomly ordered before mapping them to the original column values. 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. Unlike Deterministic Substitution, Random Substitution doesn't do deterministic masking, and thus, doesn't require a seed value. To learn more, check Random Substitution in the Data Safe documentation. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new RandomSubstitutionFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.RandomSubstitutionFormatEntry.type` attribute of this class is ``RANDOM_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 RandomSubstitutionFormatEntry. 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 RandomSubstitutionFormatEntry. :type description: str :param schema_name: The value to assign to the schema_name property of this RandomSubstitutionFormatEntry. :type schema_name: str :param table_name: The value to assign to the table_name property of this RandomSubstitutionFormatEntry. :type table_name: str :param column_name: The value to assign to the column_name property of this RandomSubstitutionFormatEntry. :type column_name: str �str)�type�description�schema_name� table_name�column_namer r � schemaName� tableName� columnNameN�RANDOM_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/random_substitution_format_entry.py�__init__ s$ � �z&RandomSubstitutionFormatEntry.__init__c C s | j S )a **[Required]** Gets the schema_name of this RandomSubstitutionFormatEntry. The name of the schema that contains the substitution column. :return: The schema_name of this RandomSubstitutionFormatEntry. :rtype: str �r �r r r r r L s z)RandomSubstitutionFormatEntry.schema_namec C s || _ dS )z� Sets the schema_name of this RandomSubstitutionFormatEntry. The name of the schema that contains the substitution column. :param schema_name: The schema_name of this RandomSubstitutionFormatEntry. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the table_name of this RandomSubstitutionFormatEntry. The name of the table that contains the substitution column. :return: The table_name of this RandomSubstitutionFormatEntry. :rtype: str �r r r r r r d s z(RandomSubstitutionFormatEntry.table_namec C s || _ dS )z� Sets the table_name of this RandomSubstitutionFormatEntry. The name of the table that contains the substitution column. :param table_name: The table_name of this RandomSubstitutionFormatEntry. :type: str Nr! )r r r r r r p s c C s | j S )z� **[Required]** Gets the column_name of this RandomSubstitutionFormatEntry. The name of the substitution column. :return: The column_name of this RandomSubstitutionFormatEntry. :rtype: str �r r r r r r | s z)RandomSubstitutionFormatEntry.column_namec C s || _ dS )z� Sets the column_name of this RandomSubstitutionFormatEntry. The name of the substitution column. :param column_name: The column_name of this RandomSubstitutionFormatEntry. :type: str Nr"