📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: create_sensitive_data_model_details.cpython-39.pyc
a ���f8[ � @ 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 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&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�CreateSensitiveDataModelDetailsa� Details to create a new sensitive data model. If schemas and sensitive types are provided, it automatically runs data discovery and adds the discovered columns to the sensitive data model. Otherwise, it creates an empty sensitive data model that can be updated later. To specify some schemas and sensitive types for data discovery, use schemasForDiscovery and sensitiveTypeIdsForDiscovery attributes. But if you want to include all schemas and sensitive types, you can set isIncludeAllSchemas and isIncludeAllSensitiveTypes attributes to true. In the latter case, you do not need to list all schemas and sensitive types. c K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CreateSensitiveDataModelDetails 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 CreateSensitiveDataModelDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateSensitiveDataModelDetails. :type compartment_id: str :param target_id: The value to assign to the target_id property of this CreateSensitiveDataModelDetails. :type target_id: str :param app_suite_name: The value to assign to the app_suite_name property of this CreateSensitiveDataModelDetails. :type app_suite_name: str :param description: The value to assign to the description property of this CreateSensitiveDataModelDetails. :type description: str :param schemas_for_discovery: The value to assign to the schemas_for_discovery property of this CreateSensitiveDataModelDetails. :type schemas_for_discovery: list[str] :param tables_for_discovery: The value to assign to the tables_for_discovery property of this CreateSensitiveDataModelDetails. :type tables_for_discovery: list[oci.data_safe.models.TablesForDiscovery] :param sensitive_type_ids_for_discovery: The value to assign to the sensitive_type_ids_for_discovery property of this CreateSensitiveDataModelDetails. :type sensitive_type_ids_for_discovery: list[str] :param is_sample_data_collection_enabled: The value to assign to the is_sample_data_collection_enabled property of this CreateSensitiveDataModelDetails. :type is_sample_data_collection_enabled: bool :param is_app_defined_relation_discovery_enabled: The value to assign to the is_app_defined_relation_discovery_enabled property of this CreateSensitiveDataModelDetails. :type is_app_defined_relation_discovery_enabled: bool :param is_include_all_schemas: The value to assign to the is_include_all_schemas property of this CreateSensitiveDataModelDetails. :type is_include_all_schemas: bool :param is_include_all_sensitive_types: The value to assign to the is_include_all_sensitive_types property of this CreateSensitiveDataModelDetails. :type is_include_all_sensitive_types: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateSensitiveDataModelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSensitiveDataModelDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zlist[TablesForDiscovery]�boolzdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id� target_id�app_suite_name�description�schemas_for_discovery�tables_for_discovery� sensitive_type_ids_for_discovery�!is_sample_data_collection_enabled�)is_app_defined_relation_discovery_enabled�is_include_all_schemas�is_include_all_sensitive_types� freeform_tags�defined_tagsZdisplayNameZ compartmentIdZtargetIdZappSuiteNamer ZschemasForDiscoveryZtablesForDiscoveryZsensitiveTypeIdsForDiscoveryZisSampleDataCollectionEnabledZ$isAppDefinedRelationDiscoveryEnabledZisIncludeAllSchemasZisIncludeAllSensitiveTypesZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_compartment_id� _target_id�_app_suite_name�_description�_schemas_for_discovery�_tables_for_discovery�!_sensitive_type_ids_for_discovery�"_is_sample_data_collection_enabled�*_is_app_defined_relation_discovery_enabled�_is_include_all_schemas�_is_include_all_sensitive_types�_freeform_tags� _defined_tags)�self�kwargs� r'