📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_detector_rule_details.cpython-39.pyc
a ���f;, � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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 )+�UpdateDetectorRuleDetailszP Parameters to be updated for a detector rule within a detector recipe. �CRITICAL�HIGH�MEDIUM�LOW�MINORc K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a5 Initializes a new UpdateDetectorRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_enabled: The value to assign to the is_enabled property of this UpdateDetectorRuleDetails. :type is_enabled: bool :param risk_level: The value to assign to the risk_level property of this UpdateDetectorRuleDetails. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINOR" :type risk_level: str :param configurations: The value to assign to the configurations property of this UpdateDetectorRuleDetails. :type configurations: list[oci.cloud_guard.models.DetectorConfiguration] :param condition: The value to assign to the condition property of this UpdateDetectorRuleDetails. :type condition: oci.cloud_guard.models.Condition :param labels: The value to assign to the labels property of this UpdateDetectorRuleDetails. :type labels: list[str] :param description: The value to assign to the description property of this UpdateDetectorRuleDetails. :type description: str :param recommendation: The value to assign to the recommendation property of this UpdateDetectorRuleDetails. :type recommendation: str :param data_source_id: The value to assign to the data_source_id property of this UpdateDetectorRuleDetails. :type data_source_id: str :param entities_mappings: The value to assign to the entities_mappings property of this UpdateDetectorRuleDetails. :type entities_mappings: list[oci.cloud_guard.models.EntitiesMapping] �bool�strzlist[DetectorConfiguration]� Conditionz list[str]zlist[EntitiesMapping]) � is_enabled� risk_level�configurations� condition�labels�description�recommendation�data_source_id�entities_mappingsZ isEnabledZ riskLevelr r r r r ZdataSourceIdZentitiesMappingsN)Z swagger_typesZ attribute_map�_is_enabled�_risk_level�_configurations� _condition�_labels�_description�_recommendation�_data_source_id�_entities_mappings)�self�kwargs� r# �W/usr/lib/python3.9/site-packages/oci/cloud_guard/models/update_detector_rule_details.py�__init__&