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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�SQLExpressionFormatEntryaW The SQL Expression masking format uses a SQL expression to generate values that are used to replace the original data values. SQL expressions with dbms_lob and other user-defined functions can be used to mask columns of Large Object data type (LOB). To learn more, check SQL Expression in the Data Safe documentation. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )aG Initializes a new SQLExpressionFormatEntry object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.SQLExpressionFormatEntry.type` attribute of this class is ``SQL_EXPRESSION`` 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 SQLExpressionFormatEntry. 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 SQLExpressionFormatEntry. :type description: str :param sql_expression: The value to assign to the sql_expression property of this SQLExpressionFormatEntry. :type sql_expression: str �str)�type�description�sql_expressionr r � sqlExpressionN�SQL_EXPRESSION)� swagger_types� attribute_map�_type�_description�_sql_expression)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/sql_expression_format_entry.py�__init__ s ��z!SQLExpressionFormatEntry.__init__c C s | j S )a� **[Required]** Gets the sql_expression of this SQLExpressionFormatEntry. The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols. :return: The sql_expression of this SQLExpressionFormatEntry. :rtype: str �r �r r r r r 9 s z'SQLExpressionFormatEntry.sql_expressionc C s || _ dS )a� Sets the sql_expression of this SQLExpressionFormatEntry. The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols. :param sql_expression: The sql_expression of this SQLExpressionFormatEntry. :type: str Nr )r r r r r r I s c C s t | �S �N)r r r r r �__repr__Y s z!SQLExpressionFormatEntry.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__\ s zSQLExpressionFormatEntry.__eq__c C s | |k S r r r r r r �__ne__b s zSQLExpressionFormatEntry.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r r r r r s % r N) �format_entryr �oci.utilr r r �oci.decoratorsr r r r r r �<module> s
cải xoăn