📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_firewall_violation_aggregation_dimensions.cpython-39.pyc
a ���f�8 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�)SqlFirewallViolationAggregationDimensionszX The details of the aggregation dimensions used for summarizing SQL violations. �USER_ISSUED_SQL�ALL_SQLc K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new SqlFirewallViolationAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation_time: The value to assign to the operation_time property of this SqlFirewallViolationAggregationDimensions. :type operation_time: list[datetime] :param db_user_name: The value to assign to the db_user_name property of this SqlFirewallViolationAggregationDimensions. :type db_user_name: list[str] :param target_id: The value to assign to the target_id property of this SqlFirewallViolationAggregationDimensions. :type target_id: list[str] :param target_name: The value to assign to the target_name property of this SqlFirewallViolationAggregationDimensions. :type target_name: list[str] :param client_program: The value to assign to the client_program property of this SqlFirewallViolationAggregationDimensions. :type client_program: list[str] :param operation: The value to assign to the operation property of this SqlFirewallViolationAggregationDimensions. :type operation: list[str] :param client_os_user_name: The value to assign to the client_os_user_name property of this SqlFirewallViolationAggregationDimensions. :type client_os_user_name: list[str] :param violation_cause: The value to assign to the violation_cause property of this SqlFirewallViolationAggregationDimensions. :type violation_cause: list[str] :param client_ip: The value to assign to the client_ip property of this SqlFirewallViolationAggregationDimensions. :type client_ip: list[str] :param violation_action: The value to assign to the violation_action property of this SqlFirewallViolationAggregationDimensions. :type violation_action: list[str] :param sql_level: The value to assign to the sql_level property of this SqlFirewallViolationAggregationDimensions. Allowed values for items in this list are: "USER_ISSUED_SQL", "ALL_SQL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type sql_level: list[str] zlist[datetime]z list[str])�operation_time�db_user_name� target_id�target_name�client_program� operation�client_os_user_name�violation_cause� client_ip�violation_action� sql_levelZ operationTimeZ dbUserNameZtargetIdZ targetNameZ clientProgramr ZclientOsUserNameZviolationCauseZclientIpZviolationActionZsqlLevelN) Z swagger_typesZ attribute_map�_operation_time� _db_user_name� _target_id�_target_name�_client_program� _operation�_client_os_user_name�_violation_cause� _client_ip�_violation_action� _sql_level)�self�kwargs� r! �f/usr/lib/python3.9/site-packages/oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py�__init__ sF 5��z2SqlFirewallViolationAggregationDimensions.__init__c C s | j S )a Gets the operation_time of this SqlFirewallViolationAggregationDimensions. The time of the SQL violation occurrence in the target database. :return: The operation_time of this SqlFirewallViolationAggregationDimensions. :rtype: list[datetime] �r �r r! r! r"