📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_mask_rule_summary.cpython-39.pyc
a ���f�U � @ 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$d@dA� Z%dBdC� Z&dDdE� Z'dFS )G�DataMaskRuleSummaryz3 Summary information for a data mask rule. �ACTOR�PII�PHI� FINANCIAL�LOCATION�CUSTOM�ENABLED�DISABLED�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new DataMaskRuleSummary 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 DataMaskRuleSummary. :type id: str :param display_name: The value to assign to the display_name property of this DataMaskRuleSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this DataMaskRuleSummary. :type compartment_id: str :param description: The value to assign to the description property of this DataMaskRuleSummary. :type description: str :param iam_group_id: The value to assign to the iam_group_id property of this DataMaskRuleSummary. :type iam_group_id: str :param target_selected: The value to assign to the target_selected property of this DataMaskRuleSummary. :type target_selected: oci.cloud_guard.models.TargetSelected :param data_mask_categories: The value to assign to the data_mask_categories property of this DataMaskRuleSummary. 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 DataMaskRuleSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DataMaskRuleSummary. :type time_updated: datetime :param data_mask_rule_status: The value to assign to the data_mask_rule_status property of this DataMaskRuleSummary. 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 DataMaskRuleSummary. 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 DataMaskRuleSummary. :type lifecyle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this DataMaskRuleSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DataMaskRuleSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DataMaskRuleSummary. :type system_tags: dict(str, dict(str, object)) �strZTargetSelectedz list[str]Zdatetimezdict(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� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr Z iamGroupIdZtargetSelectedZdataMaskCategoriesZtimeCreatedZtimeUpdatedZdataMaskRuleStatusZlifecycleStateZlifecyleDetailsZfreeformTagsZdefinedTagsZ 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�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r7 �Q/usr/lib/python3.9/site-packages/oci/cloud_guard/models/data_mask_rule_summary.py�__init__N s^ I��zDataMaskRuleSummary.__init__c C s | j S )z� **[Required]** Gets the id of this DataMaskRuleSummary. Unique identifier that can't be changed after creation :return: The id of this DataMaskRuleSummary. :rtype: str �r&