📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_sensitive_column_details.cpython-39.pyc
a ���f�8 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�UpdateSensitiveColumnDetailszI Details to update a sensitive column in a sensitive data model. �VALID�INVALID�NONE�APP_DEFINED� DB_DEFINEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aX Initializes a new UpdateSensitiveColumnDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_type: The value to assign to the data_type property of this UpdateSensitiveColumnDetails. :type data_type: str :param status: The value to assign to the status property of this UpdateSensitiveColumnDetails. Allowed values for this property are: "VALID", "INVALID" :type status: str :param sensitive_type_id: The value to assign to the sensitive_type_id property of this UpdateSensitiveColumnDetails. :type sensitive_type_id: str :param parent_column_keys: The value to assign to the parent_column_keys property of this UpdateSensitiveColumnDetails. :type parent_column_keys: list[str] :param relation_type: The value to assign to the relation_type property of this UpdateSensitiveColumnDetails. Allowed values for this property are: "NONE", "APP_DEFINED", "DB_DEFINED" :type relation_type: str :param app_defined_child_column_keys: The value to assign to the app_defined_child_column_keys property of this UpdateSensitiveColumnDetails. :type app_defined_child_column_keys: list[str] :param db_defined_child_column_keys: The value to assign to the db_defined_child_column_keys property of this UpdateSensitiveColumnDetails. :type db_defined_child_column_keys: list[str] �strz list[str])� data_type�status�sensitive_type_id�parent_column_keys� relation_type�app_defined_child_column_keys�db_defined_child_column_keysZdataTyper ZsensitiveTypeIdZparentColumnKeysZrelationTypeZappDefinedChildColumnKeysZdbDefinedChildColumnKeysN) Z swagger_typesZ attribute_map� _data_type�_status�_sensitive_type_id�_parent_column_keys�_relation_type�_app_defined_child_column_keys�_db_defined_child_column_keys)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_safe/models/update_sensitive_column_details.py�__init__&