📂 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_detector_rule_details.pyc
a N��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 )+�UpdateDetectorRuleDetailszG Details of a Detector Rule to be overriden in 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_mappings� isEnabled� riskLevelr r r r r �dataSourceId�entitiesMappingsN)� swagger_types� attribute_map�_is_enabled�_risk_level�_configurations� _condition�_labels�_description�_recommendation�_data_source_id�_entities_mappings)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/update_detector_rule_details.py�__init__$ s: ,� �z"UpdateDetectorRuleDetails.__init__c C s | j S )z� **[Required]** Gets the is_enabled of this UpdateDetectorRuleDetails. Enables the control :return: The is_enabled of this UpdateDetectorRuleDetails. :rtype: bool �r �r'