📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: masking_policy.pyc
a N��fzh � @ 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 @ s e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!dAdB� Z"dCdD� Z#dEdF� Z$dGS )H� MaskingPolicya A masking policy defines the approach to mask data in a target database. It's basically a collection of columns to be masked, called masking columns, and the associated masking formats to be used to mask these columns. A masking policy can be used to mask multiple databases provided that they have the same schema design. For more information, see <a href="https://docs.oracle.com/en/cloud/paas/data-safe/udscs/masking-policies.html">Masking Policies </a> in the Oracle Data Safe documentation. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�NEEDS_ATTENTION�FAILED�SERIAL�PARALLEL�NONEc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a& Initializes a new MaskingPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this MaskingPolicy. :type id: str :param compartment_id: The value to assign to the compartment_id property of this MaskingPolicy. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MaskingPolicy. :type display_name: str :param time_created: The value to assign to the time_created property of this MaskingPolicy. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MaskingPolicy. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_updated: The value to assign to the time_updated property of this MaskingPolicy. :type time_updated: datetime :param description: The value to assign to the description property of this MaskingPolicy. :type description: str :param is_drop_temp_tables_enabled: The value to assign to the is_drop_temp_tables_enabled property of this MaskingPolicy. :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 MaskingPolicy. :type is_redo_logging_enabled: bool :param is_refresh_stats_enabled: The value to assign to the is_refresh_stats_enabled property of this MaskingPolicy. :type is_refresh_stats_enabled: bool :param parallel_degree: The value to assign to the parallel_degree property of this MaskingPolicy. :type parallel_degree: str :param recompile: The value to assign to the recompile property of this MaskingPolicy. Allowed values for this property are: "SERIAL", "PARALLEL", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type recompile: str :param pre_masking_script: The value to assign to the pre_masking_script property of this MaskingPolicy. :type pre_masking_script: str :param post_masking_script: The value to assign to the post_masking_script property of this MaskingPolicy. :type post_masking_script: str :param column_source: The value to assign to the column_source property of this MaskingPolicy. :type column_source: oci.data_safe.models.ColumnSourceDetails :param freeform_tags: The value to assign to the freeform_tags property of this MaskingPolicy. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MaskingPolicy. :type defined_tags: dict(str, dict(str, object)) �str�datetime�bool�ColumnSourceDetailszdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�time_created�lifecycle_state�time_updated�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_tagsr � compartmentId�displayName�timeCreated�lifecycleState�timeUpdatedr �isDropTempTablesEnabled�isRedoLoggingEnabled�isRefreshStatsEnabled�parallelDegreer �preMaskingScript�postMaskingScript�columnSource�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name� _time_created�_lifecycle_state� _time_updated�_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� rI ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/masking_policy.py�__init__= sj O��zMaskingPolicy.__init__c C s | j S )z� **[Required]** Gets the id of this MaskingPolicy. The OCID of the masking policy. :return: The id of this MaskingPolicy. :rtype: str �r6 �rG rI rI rJ r � s zMaskingPolicy.idc C s || _ dS )z� Sets the id of this MaskingPolicy. The OCID of the masking policy. :param id: The id of this MaskingPolicy. :type: str NrL )rG r rI rI rJ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this MaskingPolicy. The OCID of the compartment that contains the masking policy. :return: The compartment_id of this MaskingPolicy. :rtype: str �r7 rM rI rI rJ r � s zMaskingPolicy.compartment_idc C s || _ dS )z� Sets the compartment_id of this MaskingPolicy. The OCID of the compartment that contains the masking policy. :param compartment_id: The compartment_id of this MaskingPolicy. :type: str NrN )rG r rI rI rJ r � s c C s | j S )z� **[Required]** Gets the display_name of this MaskingPolicy. The display name of the masking policy. :return: The display_name of this MaskingPolicy. :rtype: str �r8 rM rI rI rJ r � s zMaskingPolicy.display_namec C s || _ dS )z� Sets the display_name of this MaskingPolicy. The display name of the masking policy. :param display_name: The display_name of this MaskingPolicy. :type: str NrO )rG r rI rI rJ r s c C s | j S )a1 **[Required]** Gets the time_created of this MaskingPolicy. The date and time the masking policy was created, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this MaskingPolicy. :rtype: datetime �r9 rM rI rI rJ r s zMaskingPolicy.time_createdc C s || _ dS )a- Sets the time_created of this MaskingPolicy. The date and time the masking policy was created, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this MaskingPolicy. :type: datetime NrP )rG r rI rI rJ r s c C s | j S )a� **[Required]** Gets the lifecycle_state of this MaskingPolicy. The current state of the masking policy. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this MaskingPolicy. :rtype: str )r: rM rI rI rJ r ) s zMaskingPolicy.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this MaskingPolicy. The current state of the masking policy. :param lifecycle_state: The lifecycle_state of this MaskingPolicy. :type: str )r r r r r r r �UNKNOWN_ENUM_VALUEN)r r: )rG r �allowed_valuesrI rI rJ r 8 s c C s | j S )a5 **[Required]** Gets the time_updated of this MaskingPolicy. The date and time the masking policy was last updated, in the format defined by `RFC3339`__ __ https://tools.ietf.org/html/rfc3339 :return: The time_updated of this MaskingPolicy. :rtype: datetime �r; rM rI rI rJ r G s zMaskingPolicy.time_updatedc C s || _ dS )a1 Sets the time_updated of this MaskingPolicy. The date and time the masking policy was last updated, in the format defined by `RFC3339`__ __ https://tools.ietf.org/html/rfc3339 :param time_updated: The time_updated of this MaskingPolicy. :type: datetime NrS )rG r rI rI rJ r U s c C s | j S )z� Gets the description of this MaskingPolicy. The description of the masking policy. :return: The description of this MaskingPolicy. :rtype: str �r<