📂 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: sensitive_object_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 � �Zdd� Zdd� Z dd� ZdS )�SensitiveObjectSummaryzJ Summary of a sensitive object present in a sensitive data model. �TABLE�EDITIONING_VIEWc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a` Initializes a new SensitiveObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param schema_name: The value to assign to the schema_name property of this SensitiveObjectSummary. :type schema_name: str :param object_name: The value to assign to the object_name property of this SensitiveObjectSummary. :type object_name: str :param object_type: The value to assign to the object_type property of this SensitiveObjectSummary. 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 �str)�schema_name�object_name�object_typeZ schemaNameZ objectNameZ objectTypeN)Z swagger_typesZ attribute_map�_schema_name�_object_name�_object_type)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_safe/models/sensitive_object_summary.py�__init__ s ��zSensitiveObjectSummary.__init__c C s | j S )z� **[Required]** Gets the schema_name of this SensitiveObjectSummary. The database schema that contains the sensitive column. :return: The schema_name of this SensitiveObjectSummary. :rtype: str �r �r r r r r >