ruạṛ
a ���f�q � @ 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 @ s6 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zed@dA� �Zej dBdA� �ZdCdD� Z dEdF� Z!dGdH� Z"dIS )J�SensitiveDataModela� A sensitive data model is a collection of sensitive columns and their referential relationships. It helps understand the sensitive data landscape, track changes, and efficiently enable security controls such as data masking. It can be managed either manually or by performing sensitive data discovery on a reference target database. `Learn more`__. __ https://docs.oracle.com/en/cloud/paas/data-safe/udscs/sensitive-data-models1.html#GUID-849CA7D2-1809-40DD-B6D7-44E46EFF7EB5 �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new SensitiveDataModel 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 SensitiveDataModel. :type id: str :param display_name: The value to assign to the display_name property of this SensitiveDataModel. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this SensitiveDataModel. :type compartment_id: str :param target_id: The value to assign to the target_id property of this SensitiveDataModel. :type target_id: str :param time_created: The value to assign to the time_created property of this SensitiveDataModel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SensitiveDataModel. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SensitiveDataModel. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param app_suite_name: The value to assign to the app_suite_name property of this SensitiveDataModel. :type app_suite_name: str :param description: The value to assign to the description property of this SensitiveDataModel. :type description: str :param schemas_for_discovery: The value to assign to the schemas_for_discovery property of this SensitiveDataModel. :type schemas_for_discovery: list[str] :param tables_for_discovery: The value to assign to the tables_for_discovery property of this SensitiveDataModel. :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 SensitiveDataModel. :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 SensitiveDataModel. :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 SensitiveDataModel. :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 SensitiveDataModel. :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 SensitiveDataModel. :type is_include_all_sensitive_types: bool :param freeform_tags: The value to assign to the freeform_tags property of this SensitiveDataModel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SensitiveDataModel. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this SensitiveDataModel. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]zlist[TablesForDiscovery]�boolzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id� target_id�time_created�time_updated�lifecycle_state�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�system_tagsr ZdisplayNameZ compartmentIdZtargetIdZtimeCreatedZtimeUpdatedZlifecycleStateZappSuiteNamer ZschemasForDiscoveryZtablesForDiscoveryZsensitiveTypeIdsForDiscoveryZisSampleDataCollectionEnabledZ$isAppDefinedRelationDiscoveryEnabledZisIncludeAllSchemasZisIncludeAllSensitiveTypesZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id� _target_id� _time_created� _time_updated�_lifecycle_state�_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�_system_tags)�self�kwargs� r7 �M/usr/lib/python3.9/site-packages/oci/data_safe/models/sensitive_data_model.py�__init__/ sv U��zSensitiveDataModel.__init__c C s | j S )z� **[Required]** Gets the id of this SensitiveDataModel. The OCID of the sensitive data model. :return: The id of this SensitiveDataModel. :rtype: str �r"