📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_detector_rule_details.cpython-39.opt-1.pyc
a ���fe3 � @ 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 @ sb 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"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�CreateDetectorRuleDetailszH Details of a detector rule to be created in a detector recipe. �CRITICAL�HIGH�MEDIUM�LOW�MINORc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )az Initializes a new CreateDetectorRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_detector_rule_id: The value to assign to the source_detector_rule_id property of this CreateDetectorRuleDetails. :type source_detector_rule_id: str :param name: The value to assign to the name property of this CreateDetectorRuleDetails. :type name: str :param description: The value to assign to the description property of this CreateDetectorRuleDetails. :type description: str :param is_enabled: The value to assign to the is_enabled property of this CreateDetectorRuleDetails. :type is_enabled: bool :param risk_level: The value to assign to the risk_level property of this CreateDetectorRuleDetails. 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 CreateDetectorRuleDetails. :type configurations: list[oci.cloud_guard.models.DetectorConfiguration] :param condition: The value to assign to the condition property of this CreateDetectorRuleDetails. :type condition: oci.cloud_guard.models.Condition :param labels: The value to assign to the labels property of this CreateDetectorRuleDetails. :type labels: list[str] :param recommendation: The value to assign to the recommendation property of this CreateDetectorRuleDetails. :type recommendation: str :param data_source_id: The value to assign to the data_source_id property of this CreateDetectorRuleDetails. :type data_source_id: str :param entities_mappings: The value to assign to the entities_mappings property of this CreateDetectorRuleDetails. :type entities_mappings: list[oci.cloud_guard.models.EntitiesMapping] �str�boolzlist[DetectorConfiguration]� Conditionz list[str]zlist[EntitiesMapping])�source_detector_rule_id�name�description� is_enabled� risk_level�configurations� condition�labels�recommendation�data_source_id�entities_mappingsZsourceDetectorRuleIdr r Z isEnabledZ riskLevelr r r r ZdataSourceIdZentitiesMappingsN) Z swagger_typesZ attribute_map�_source_detector_rule_id�_name�_description�_is_enabled�_risk_level�_configurations� _condition�_labels�_recommendation�_data_source_id�_entities_mappings)�self�kwargs� r'