📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: detector_details.cpython-39.pyc
a ���fs: � @ 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"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�DetectorDetailsz. Detailed information for a detector. �CRITICAL�HIGH�MEDIUM�LOW�MINORc K s� dddddddddddddd � | _ d ddd dddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new DetectorDetails 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 DetectorDetails. :type is_enabled: bool :param risk_level: The value to assign to the risk_level property of this DetectorDetails. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type risk_level: str :param configurations: The value to assign to the configurations property of this DetectorDetails. :type configurations: list[oci.cloud_guard.models.DetectorConfiguration] :param condition: The value to assign to the condition property of this DetectorDetails. :type condition: oci.cloud_guard.models.Condition :param labels: The value to assign to the labels property of this DetectorDetails. :type labels: list[str] :param is_configuration_allowed: The value to assign to the is_configuration_allowed property of this DetectorDetails. :type is_configuration_allowed: bool :param problem_threshold: The value to assign to the problem_threshold property of this DetectorDetails. :type problem_threshold: int :param target_types: The value to assign to the target_types property of this DetectorDetails. :type target_types: list[str] :param sighting_types: The value to assign to the sighting_types property of this DetectorDetails. :type sighting_types: list[oci.cloud_guard.models.SightingType] :param description: The value to assign to the description property of this DetectorDetails. :type description: str :param recommendation: The value to assign to the recommendation property of this DetectorDetails. :type recommendation: str :param data_source_id: The value to assign to the data_source_id property of this DetectorDetails. :type data_source_id: str :param entities_mappings: The value to assign to the entities_mappings property of this DetectorDetails. :type entities_mappings: list[oci.cloud_guard.models.EntitiesMapping] �bool�strzlist[DetectorConfiguration]� Conditionz list[str]�intzlist[SightingType]zlist[EntitiesMapping]) � is_enabled� risk_level�configurations� condition�labels�is_configuration_allowed�problem_threshold�target_types�sighting_types�description�recommendation�data_source_id�entities_mappingsZ isEnabledZ riskLevelr r r ZisConfigurationAllowedZproblemThresholdZtargetTypesZ sightingTypesr r ZdataSourceIdZentitiesMappingsN)Z swagger_typesZ attribute_map�_is_enabled�_risk_level�_configurations� _condition�_labels�_is_configuration_allowed�_problem_threshold� _target_types�_sighting_types�_description�_recommendation�_data_source_id�_entities_mappings)�self�kwargs� r, �K/usr/lib/python3.9/site-packages/oci/cloud_guard/models/detector_details.py�__init__&