📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_masking_policy_details.cpython-39.opt-1.pyc
a ���f}L � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�UpdateMaskingPolicyDetailsz- Details to update a masking policy. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a8 Initializes a new UpdateMaskingPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateMaskingPolicyDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateMaskingPolicyDetails. :type description: str :param is_drop_temp_tables_enabled: The value to assign to the is_drop_temp_tables_enabled property of this UpdateMaskingPolicyDetails. :type is_drop_temp_tables_enabled: bool :param is_redo_logging_enabled: The value to assign to the is_redo_logging_enabled property of this UpdateMaskingPolicyDetails. :type is_redo_logging_enabled: bool :param is_refresh_stats_enabled: The value to assign to the is_refresh_stats_enabled property of this UpdateMaskingPolicyDetails. :type is_refresh_stats_enabled: bool :param parallel_degree: The value to assign to the parallel_degree property of this UpdateMaskingPolicyDetails. :type parallel_degree: str :param recompile: The value to assign to the recompile property of this UpdateMaskingPolicyDetails. :type recompile: str :param pre_masking_script: The value to assign to the pre_masking_script property of this UpdateMaskingPolicyDetails. :type pre_masking_script: str :param post_masking_script: The value to assign to the post_masking_script property of this UpdateMaskingPolicyDetails. :type post_masking_script: str :param column_source: The value to assign to the column_source property of this UpdateMaskingPolicyDetails. :type column_source: oci.data_safe.models.UpdateColumnSourceDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMaskingPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMaskingPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolZUpdateColumnSourceDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�description�is_drop_temp_tables_enabled�is_redo_logging_enabled�is_refresh_stats_enabled�parallel_degree� recompile�pre_masking_script�post_masking_script� column_source� freeform_tags�defined_tagsZdisplayNamer ZisDropTempTablesEnabledZisRedoLoggingEnabledZisRefreshStatsEnabledZparallelDegreer ZpreMaskingScriptZpostMaskingScriptZcolumnSourceZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_is_drop_temp_tables_enabled�_is_redo_logging_enabled�_is_refresh_stats_enabled�_parallel_degree� _recompile�_pre_masking_script�_post_masking_script�_column_source�_freeform_tags� _defined_tags)�self�kwargs� r# �V/usr/lib/python3.9/site-packages/oci/data_safe/models/update_masking_policy_details.py�__init__ sL 7��z#UpdateMaskingPolicyDetails.__init__c C s | j S )a Gets the display_name of this UpdateMaskingPolicyDetails. The display name of the masking policy. The name does not have to be unique, and it's changeable. :return: The display_name of this UpdateMaskingPolicyDetails. :rtype: str �r �r! r# r# r$ r s s z'UpdateMaskingPolicyDetails.display_namec C s || _ dS )a Sets the display_name of this UpdateMaskingPolicyDetails. The display name of the masking policy. The name does not have to be unique, and it's changeable. :param display_name: The display_name of this UpdateMaskingPolicyDetails. :type: str Nr&