📂 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_summary.cpython-39.opt-1.pyc
a ���f�O � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �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-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Zd;d<� Zd=d>� Zd?d@� ZdAS )B�SqlFirewallViolationSummaryzl The resource represents the SQL violations collected from the target database by Oracle Data Safe. �USER_ISSUED_SQL�ALL_SQL�BLOCKED�ALLOWEDc K s� dddddddddddddddddd�| _ dddddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a* Initializes a new SqlFirewallViolationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SqlFirewallViolationSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SqlFirewallViolationSummary. :type compartment_id: str :param db_user_name: The value to assign to the db_user_name property of this SqlFirewallViolationSummary. :type db_user_name: str :param target_id: The value to assign to the target_id property of this SqlFirewallViolationSummary. :type target_id: str :param target_name: The value to assign to the target_name property of this SqlFirewallViolationSummary. :type target_name: str :param operation_time: The value to assign to the operation_time property of this SqlFirewallViolationSummary. :type operation_time: datetime :param time_collected: The value to assign to the time_collected property of this SqlFirewallViolationSummary. :type time_collected: datetime :param client_os_user_name: The value to assign to the client_os_user_name property of this SqlFirewallViolationSummary. :type client_os_user_name: str :param operation: The value to assign to the operation property of this SqlFirewallViolationSummary. :type operation: str :param sql_text: The value to assign to the sql_text property of this SqlFirewallViolationSummary. :type sql_text: str :param sql_accessed_objects: The value to assign to the sql_accessed_objects property of this SqlFirewallViolationSummary. :type sql_accessed_objects: str :param current_db_user_name: The value to assign to the current_db_user_name property of this SqlFirewallViolationSummary. :type current_db_user_name: str :param sql_level: The value to assign to the sql_level property of this SqlFirewallViolationSummary. Allowed values for this property 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: str :param client_ip: The value to assign to the client_ip property of this SqlFirewallViolationSummary. :type client_ip: str :param client_program: The value to assign to the client_program property of this SqlFirewallViolationSummary. :type client_program: str :param violation_cause: The value to assign to the violation_cause property of this SqlFirewallViolationSummary. :type violation_cause: str :param violation_action: The value to assign to the violation_action property of this SqlFirewallViolationSummary. Allowed values for this property are: "BLOCKED", "ALLOWED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type violation_action: str �strZdatetime)�id�compartment_id�db_user_name� target_id�target_name�operation_time�time_collected�client_os_user_name� operation�sql_text�sql_accessed_objects�current_db_user_name� sql_level� client_ip�client_program�violation_cause�violation_actionr Z compartmentIdZ dbUserNameZtargetIdZ targetNameZ operationTimeZ timeCollectedZclientOsUserNamer ZsqlTextZsqlAccessedObjectsZcurrentDbUserNameZsqlLevelZclientIpZ clientProgramZviolationCauseZviolationActionN)Z swagger_typesZ attribute_map�_id�_compartment_id� _db_user_name� _target_id�_target_name�_operation_time�_time_collected�_client_os_user_name� _operation� _sql_text�_sql_accessed_objects�_current_db_user_name� _sql_level� _client_ip�_client_program�_violation_cause�_violation_action)�self�kwargs� r0 �W/usr/lib/python3.9/site-packages/oci/data_safe/models/sql_firewall_violation_summary.py�__init__"