ruạṛ
a N��f6T � @ 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)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�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� dddddddddddddd� | _ ddd d ddd ddddddd� | _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 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]�boolzdict(str, str)zdict(str, dict(str, object))) �display_name�compartment_id� target_id�app_suite_name�description�schemas_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�displayName� compartmentId�targetId�appSuiteNamer �schemasForDiscovery�sensitiveTypeIdsForDiscovery�isSampleDataCollectionEnabled�$isAppDefinedRelationDiscoveryEnabled�isIncludeAllSchemas�isIncludeAllSensitiveTypes�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_compartment_id� _target_id�_app_suite_name�_description�_schemas_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� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/create_sensitive_data_model_details.py�__init__ sR ;��z(CreateSensitiveDataModelDetails.__init__c C s | j S )a! Gets the display_name of this CreateSensitiveDataModelDetails. The display name of the sensitive data model. The name does not have to be unique, and it's changeable. :return: The display_name of this CreateSensitiveDataModelDetails. :rtype: str �r$ �r1 r3 r3 r4 r ~ s z,CreateSensitiveDataModelDetails.display_namec C s || _ dS )a, Sets the display_name of this CreateSensitiveDataModelDetails. The display name of the sensitive data model. The name does not have to be unique, and it's changeable. :param display_name: The display_name of this CreateSensitiveDataModelDetails. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a **[Required]** Gets the compartment_id of this CreateSensitiveDataModelDetails. The OCID of the compartment where the sensitive data model should be created. :return: The compartment_id of this CreateSensitiveDataModelDetails. :rtype: str �r% r7 r3 r3 r4 r � s z.CreateSensitiveDataModelDetails.compartment_idc C s || _ dS )a Sets the compartment_id of this CreateSensitiveDataModelDetails. The OCID of the compartment where the sensitive data model should be created. :param compartment_id: The compartment_id of this CreateSensitiveDataModelDetails. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )a� **[Required]** Gets the target_id of this CreateSensitiveDataModelDetails. The OCID of the reference target database to be associated with the sensitive data model. All operations such as performing data discovery and adding columns manually are done in the context of the associated target database. :return: The target_id of this CreateSensitiveDataModelDetails. :rtype: str �r&