📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_mask_rule.pyc
a N��f}R � @ 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�DataMaskRulez& Description of DataMaskRule. �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 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 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)) �str�TargetSelectedz list[str]�datetimezdict(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 �displayName� compartmentIdr � iamGroupId�targetSelected�dataMaskCategories�timeCreated�timeUpdated�dataMaskRuleStatus�lifecycleState�lifecyleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� 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� rH ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/data_mask_rule.py�__init__L s^ I��zDataMaskRule.__init__c C s | j S )z� **[Required]** Gets the id of this DataMaskRule. Unique identifier that is immutable on creation :return: The id of this DataMaskRule. :rtype: str �r7 �rF rH rH rI r � s zDataMaskRule.idc C s || _ dS )z� Sets the id of this DataMaskRule. Unique identifier that is immutable on creation :param id: The id of this DataMaskRule. :type: str NrK )rF r rH rH rI r � s c C s | j S )z� Gets the display_name of this DataMaskRule. Data Mask Rule Identifier, can be renamed. :return: The display_name of this DataMaskRule. :rtype: str �r8 rL rH rH rI r � s zDataMaskRule.display_namec C s || _ dS )z� Sets the display_name of this DataMaskRule. Data Mask Rule Identifier, can be renamed. :param display_name: The display_name of this DataMaskRule. :type: str NrM )rF r rH rH rI r � s c C s | j S )z� **[Required]** Gets the compartment_id of this DataMaskRule. Compartment Identifier where the resource is created. :return: The compartment_id of this DataMaskRule. :rtype: str �r9 rL rH rH rI r � s zDataMaskRule.compartment_idc C s || _ dS )z� Sets the compartment_id of this DataMaskRule. Compartment Identifier where the resource is created. :param compartment_id: The compartment_id of this DataMaskRule. :type: str NrN )rF r rH rH rI r s c C s | j S )z� Gets the description of this DataMaskRule. The data mask rule description. :return: The description of this DataMaskRule. :rtype: str �r: rL rH rH rI r s zDataMaskRule.descriptionc C s || _ dS )z� Sets the description of this DataMaskRule. The data mask rule description. :param description: The description of this DataMaskRule. :type: str NrO )rF r rH rH rI r s c C s | j S )z� **[Required]** Gets the iam_group_id of this DataMaskRule. IAM Group id associated with the data mask rule :return: The iam_group_id of this DataMaskRule. :rtype: str �r; rL rH rH rI r ( s zDataMaskRule.iam_group_idc C s || _ dS )z� Sets the iam_group_id of this DataMaskRule. IAM Group id associated with the data mask rule :param iam_group_id: The iam_group_id of this DataMaskRule. :type: str NrP )rF r rH rH rI r 4 s c C s | j S )z� **[Required]** Gets the target_selected of this DataMaskRule. :return: The target_selected of this DataMaskRule. :rtype: oci.cloud_guard.models.TargetSelected �r<