📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_data_mask_rule_details.pyc
a N��f61 � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�UpdateDataMaskRuleDetailsz( The information to be updated. �ACTOR�PII�PHI� FINANCIAL�LOCATION�CUSTOM�ENABLED�DISABLEDc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new UpdateDataMaskRuleDetails 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 UpdateDataMaskRuleDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this UpdateDataMaskRuleDetails. :type compartment_id: str :param iam_group_id: The value to assign to the iam_group_id property of this UpdateDataMaskRuleDetails. :type iam_group_id: str :param target_selected: The value to assign to the target_selected property of this UpdateDataMaskRuleDetails. :type target_selected: oci.cloud_guard.models.TargetSelected :param data_mask_categories: The value to assign to the data_mask_categories property of this UpdateDataMaskRuleDetails. Allowed values for items in this list are: "ACTOR", "PII", "PHI", "FINANCIAL", "LOCATION", "CUSTOM" :type data_mask_categories: list[str] :param data_mask_rule_status: The value to assign to the data_mask_rule_status property of this UpdateDataMaskRuleDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type data_mask_rule_status: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDataMaskRuleDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDataMaskRuleDetails. :type defined_tags: dict(str, dict(str, object)) �str�TargetSelectedz list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�iam_group_id�target_selected�data_mask_categories�data_mask_rule_status� freeform_tags�defined_tags�displayName� compartmentId� iamGroupId�targetSelected�dataMaskCategories�dataMaskRuleStatus�freeformTags�definedTagsN) � swagger_types� attribute_map� _display_name�_compartment_id� _iam_group_id�_target_selected�_data_mask_categories�_data_mask_rule_status�_freeform_tags� _defined_tags)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/update_data_mask_rule_details.py�__init__0 s4 )��z"UpdateDataMaskRuleDetails.__init__c C s | j S )z� Gets the display_name of this UpdateDataMaskRuleDetails. Data mask rule Name. Avoid entering confidential information. :return: The display_name of this UpdateDataMaskRuleDetails. :rtype: str �r# �r+ r- r- r. r w s z&UpdateDataMaskRuleDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateDataMaskRuleDetails. Data mask rule Name. Avoid entering confidential information. :param display_name: The display_name of this UpdateDataMaskRuleDetails. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )z� Gets the compartment_id of this UpdateDataMaskRuleDetails. Compartment Identifier where the resource is created :return: The compartment_id of this UpdateDataMaskRuleDetails. :rtype: str �r$ r1 r- r- r. r � s z(UpdateDataMaskRuleDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this UpdateDataMaskRuleDetails. Compartment Identifier where the resource is created :param compartment_id: The compartment_id of this UpdateDataMaskRuleDetails. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )z� Gets the iam_group_id of this UpdateDataMaskRuleDetails. IAM Group id associated with the data mask rule :return: The iam_group_id of this UpdateDataMaskRuleDetails. :rtype: str �r% r1 r- r- r. r � s z&UpdateDataMaskRuleDetails.iam_group_idc C s || _ dS )z� Sets the iam_group_id of this UpdateDataMaskRuleDetails. IAM Group id associated with the data mask rule :param iam_group_id: The iam_group_id of this UpdateDataMaskRuleDetails. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )z� Gets the target_selected of this UpdateDataMaskRuleDetails. :return: The target_selected of this UpdateDataMaskRuleDetails. :rtype: oci.cloud_guard.models.TargetSelected �r&