📂 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: masked_column_summary.cpython-39.opt-1.pyc
a ���f�/ � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�MaskedColumnSummaryzl Summary of a masked column. A masked column is a database column masked by a data masking request. �TABLE�EDITIONING_VIEWc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new MaskedColumnSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this MaskedColumnSummary. :type key: str :param parent_column_key: The value to assign to the parent_column_key property of this MaskedColumnSummary. :type parent_column_key: str :param sensitive_type_id: The value to assign to the sensitive_type_id property of this MaskedColumnSummary. :type sensitive_type_id: str :param schema_name: The value to assign to the schema_name property of this MaskedColumnSummary. :type schema_name: str :param object_name: The value to assign to the object_name property of this MaskedColumnSummary. :type object_name: str :param object_type: The value to assign to the object_type property of this MaskedColumnSummary. Allowed values for this property are: "TABLE", "EDITIONING_VIEW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type object_type: str :param column_name: The value to assign to the column_name property of this MaskedColumnSummary. :type column_name: str :param masking_column_group: The value to assign to the masking_column_group property of this MaskedColumnSummary. :type masking_column_group: str :param masking_format_used: The value to assign to the masking_format_used property of this MaskedColumnSummary. :type masking_format_used: str :param total_masked_values: The value to assign to the total_masked_values property of this MaskedColumnSummary. :type total_masked_values: int �str�int) �key�parent_column_key�sensitive_type_id�schema_name�object_name�object_type�column_name�masking_column_group�masking_format_used�total_masked_valuesr ZparentColumnKeyZsensitiveTypeIdZ schemaNameZ objectNameZ objectTypeZ columnNameZmaskingColumnGroupZmaskingFormatUsedZtotalMaskedValuesN)Z swagger_typesZ attribute_map�_key�_parent_column_key�_sensitive_type_id�_schema_name�_object_name�_object_type�_column_name�_masking_column_group�_masking_format_used�_total_masked_values)�self�kwargs� r! �N/usr/lib/python3.9/site-packages/oci/data_safe/models/masked_column_summary.py�__init__ s@ 1�� zMaskedColumnSummary.__init__c C s | j S )a **[Required]** Gets the key of this MaskedColumnSummary. The unique key that identifies the masked column. It's numeric and unique within a masking policy. :return: The key of this MaskedColumnSummary. :rtype: str �r �r r! r! r"