ruạṛ
a ���f�V � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!ed7d8� �Z"e"jd9d8� �Z"ed:d;� �Z#e#jd<d;� �Z#ed=d>� �Z$e$jd?d>� �Z$ed@dA� �Z%e%jdBdA� �Z%dCdD� Z&dEdF� Z'dGdH� Z(dIS )J�DataMaskRulez� A data mask rule specifies the conditions in which the value for a sensitive data field in the UI is to be hidden or displayed when viewed by specified groups of users. The DataMaskRule resource contains the parameters for a data mask rule. �ACTOR�PII�PHI� FINANCIAL�LOCATION�CUSTOM�ENABLED�DISABLED�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a1 Initializes a new DataMaskRule 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 DataMaskRule. :type id: str :param display_name: The value to assign to the display_name property of this DataMaskRule. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this DataMaskRule. :type compartment_id: str :param description: The value to assign to the description property of this DataMaskRule. :type description: str :param iam_group_id: The value to assign to the iam_group_id property of this DataMaskRule. :type iam_group_id: str :param target_selected: The value to assign to the target_selected property of this DataMaskRule. :type target_selected: oci.cloud_guard.models.TargetSelected :param data_mask_categories: The value to assign to the data_mask_categories property of this DataMaskRule. Allowed values for items in this list are: "ACTOR", "PII", "PHI", "FINANCIAL", "LOCATION", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_mask_categories: list[str] :param time_created: The value to assign to the time_created property of this DataMaskRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DataMaskRule. :type time_updated: datetime :param data_mask_rule_status: The value to assign to the data_mask_rule_status property of this DataMaskRule. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_mask_rule_status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DataMaskRule. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "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 lifecyle_details: The value to assign to the lifecyle_details property of this DataMaskRule. :type lifecyle_details: str :param locks: The value to assign to the locks property of this DataMaskRule. :type locks: list[oci.cloud_guard.models.ResourceLock] :param freeform_tags: The value to assign to the freeform_tags property of this DataMaskRule. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DataMaskRule. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DataMaskRule. :type system_tags: dict(str, dict(str, object)) �strZTargetSelectedz list[str]Zdatetimezlist[ResourceLock]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�description�iam_group_id�target_selected�data_mask_categories�time_created�time_updated�data_mask_rule_status�lifecycle_state�lifecyle_details�locks� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr Z iamGroupIdZtargetSelectedZdataMaskCategoriesZtimeCreatedZtimeUpdatedZdataMaskRuleStatusZlifecycleStateZlifecyleDetailsr# ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_description� _iam_group_id�_target_selected�_data_mask_categories� _time_created� _time_updated�_data_mask_rule_status�_lifecycle_state�_lifecyle_details�_locks�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r9 �I/usr/lib/python3.9/site-packages/oci/cloud_guard/models/data_mask_rule.py�__init__N sd M��zDataMaskRule.__init__c C s | j S )z� **[Required]** Gets the id of this DataMaskRule. Unique identifier that can't be changed after creation :return: The id of this DataMaskRule. :rtype: str �r'