📂 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
›
threat_intelligence
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/threat_intelligence/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarize_indicators_details.cpython-39.pyc
a ���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]�intZdatetime)�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_byZ indicatorTypeZindicatorValueZthreatTypesZconfidenceGreaterThanOrEqualToZtimeUpdatedGreaterThanOrEqualToZtimeUpdatedLessThanZ timeLastSeenGreaterThanOrEqualToZtimeLastSeenLessThanZtimeCreatedGreaterThanOrEqualToZtimeCreatedLessThanZindicatorSeenByr! ZthreatActorZ sortOrderZsortByN)Z swagger_typesZ attribute_map�_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)�self�kwargs� r6 �_/usr/lib/python3.9/site-packages/oci/threat_intelligence/models/summarize_indicators_details.py�__init__F s^ F��z#SummarizeIndicatorsDetails.__init__c C s | j S )aX Gets the indicator_type of this SummarizeIndicatorsDetails. The type of indicator this is Allowed values for this property are: "DOMAIN_NAME", "FILE_NAME", "MD5_HASH", "SHA1_HASH", "SHA256_HASH", "IP_ADDRESS", "URL" :return: The indicator_type of this SummarizeIndicatorsDetails. :rtype: str )r% �r4 r6 r6 r7 r � s z)SummarizeIndicatorsDetails.indicator_typec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the indicator_type of this SummarizeIndicatorsDetails. The type of indicator this is :param indicator_type: The indicator_type of this SummarizeIndicatorsDetails. :type: str )r r r r r r r z;Invalid value for `indicator_type`, must be None or one of N)r � ValueErrorr% )r4 r �allowed_valuesr6 r6 r7 r � s �c C s | j S )z� Gets the indicator_value of this SummarizeIndicatorsDetails. The value for the type of indicator this is :return: The indicator_value of this SummarizeIndicatorsDetails. :rtype: str �r&