📂 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
›
threat_intelligence
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/threat_intelligence/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarize_indicators_details.pyc
a O��f�V � @ 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 ZdZ dZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"d>d?� Z#d@dA� Z$dBdC� Z%dDS )E�SummarizeIndicatorsDetailsz/ Query parameters to filter indicators �DOMAIN_NAME� FILE_NAME�MD5_HASH� SHA1_HASH�SHA256_HASH� IP_ADDRESS�URL�ASC�DESC� CONFIDENCE�TIMECREATED�TIMEUPDATED�TIMELASTSEENc K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new SummarizeIndicatorsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param indicator_type: The value to assign to the indicator_type property of this SummarizeIndicatorsDetails. Allowed values for this property are: "DOMAIN_NAME", "FILE_NAME", "MD5_HASH", "SHA1_HASH", "SHA256_HASH", "IP_ADDRESS", "URL" :type indicator_type: str :param indicator_value: The value to assign to the indicator_value property of this SummarizeIndicatorsDetails. :type indicator_value: str :param threat_types: The value to assign to the threat_types property of this SummarizeIndicatorsDetails. :type threat_types: list[str] :param confidence_greater_than_or_equal_to: The value to assign to the confidence_greater_than_or_equal_to property of this SummarizeIndicatorsDetails. :type confidence_greater_than_or_equal_to: int :param time_updated_greater_than_or_equal_to: The value to assign to the time_updated_greater_than_or_equal_to property of this SummarizeIndicatorsDetails. :type time_updated_greater_than_or_equal_to: datetime :param time_updated_less_than: The value to assign to the time_updated_less_than property of this SummarizeIndicatorsDetails. :type time_updated_less_than: datetime :param time_last_seen_greater_than_or_equal_to: The value to assign to the time_last_seen_greater_than_or_equal_to property of this SummarizeIndicatorsDetails. :type time_last_seen_greater_than_or_equal_to: datetime :param time_last_seen_less_than: The value to assign to the time_last_seen_less_than property of this SummarizeIndicatorsDetails. :type time_last_seen_less_than: datetime :param time_created_greater_than_or_equal_to: The value to assign to the time_created_greater_than_or_equal_to property of this SummarizeIndicatorsDetails. :type time_created_greater_than_or_equal_to: datetime :param time_created_less_than: The value to assign to the time_created_less_than property of this SummarizeIndicatorsDetails. :type time_created_less_than: datetime :param indicator_seen_by: The value to assign to the indicator_seen_by property of this SummarizeIndicatorsDetails. :type indicator_seen_by: str :param malware: The value to assign to the malware property of this SummarizeIndicatorsDetails. :type malware: str :param threat_actor: The value to assign to the threat_actor property of this SummarizeIndicatorsDetails. :type threat_actor: str :param sort_order: The value to assign to the sort_order property of this SummarizeIndicatorsDetails. Allowed values for this property are: "ASC", "DESC" :type sort_order: str :param sort_by: The value to assign to the sort_by property of this SummarizeIndicatorsDetails. Allowed values for this property are: "CONFIDENCE", "TIMECREATED", "TIMEUPDATED", "TIMELASTSEEN" :type sort_by: str �strz list[str]�int�datetime)�indicator_type�indicator_value�threat_types�#confidence_greater_than_or_equal_to�%time_updated_greater_than_or_equal_to�time_updated_less_than�'time_last_seen_greater_than_or_equal_to�time_last_seen_less_than�%time_created_greater_than_or_equal_to�time_created_less_than�indicator_seen_by�malware�threat_actor� sort_order�sort_by� indicatorType�indicatorValue�threatTypes�confidenceGreaterThanOrEqualTo�timeUpdatedGreaterThanOrEqualTo�timeUpdatedLessThan� timeLastSeenGreaterThanOrEqualTo�timeLastSeenLessThan�timeCreatedGreaterThanOrEqualTo�timeCreatedLessThan�indicatorSeenByr"