📂 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_allowed_sql_summary.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 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.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Zd<d=� Zd>d?� Zd@dA� ZdBS )C�SqlFirewallAllowedSqlSummaryzJ The resource represents a SQL Firewall allowed SQL in Data Safe. �USER_ISSUED_SQL�ALL_SQL�ACTIVE�DELETED�FAILEDc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )ao Initializes a new SqlFirewallAllowedSqlSummary 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 SqlFirewallAllowedSqlSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SqlFirewallAllowedSqlSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SqlFirewallAllowedSqlSummary. :type display_name: str :param description: The value to assign to the description property of this SqlFirewallAllowedSqlSummary. :type description: str :param sql_firewall_policy_id: The value to assign to the sql_firewall_policy_id property of this SqlFirewallAllowedSqlSummary. :type sql_firewall_policy_id: str :param current_user: The value to assign to the current_user property of this SqlFirewallAllowedSqlSummary. :type current_user: str :param db_user_name: The value to assign to the db_user_name property of this SqlFirewallAllowedSqlSummary. :type db_user_name: str :param sql_text: The value to assign to the sql_text property of this SqlFirewallAllowedSqlSummary. :type sql_text: str :param sql_level: The value to assign to the sql_level property of this SqlFirewallAllowedSqlSummary. 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 sql_accessed_objects: The value to assign to the sql_accessed_objects property of this SqlFirewallAllowedSqlSummary. :type sql_accessed_objects: list[str] :param version: The value to assign to the version property of this SqlFirewallAllowedSqlSummary. :type version: float :param time_collected: The value to assign to the time_collected property of this SqlFirewallAllowedSqlSummary. :type time_collected: datetime :param time_updated: The value to assign to the time_updated property of this SqlFirewallAllowedSqlSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SqlFirewallAllowedSqlSummary. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this SqlFirewallAllowedSqlSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SqlFirewallAllowedSqlSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this SqlFirewallAllowedSqlSummary. :type system_tags: dict(str, dict(str, object)) �strz list[str]�floatZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description�sql_firewall_policy_id�current_user�db_user_name�sql_text� sql_level�sql_accessed_objects�version�time_collected�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tagsr Z compartmentIdZdisplayNamer ZsqlFirewallPolicyIdZcurrentUserZ dbUserNameZsqlTextZsqlLevelZsqlAccessedObjectsr Z timeCollectedZtimeUpdatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_description�_sql_firewall_policy_id� _current_user� _db_user_name� _sql_text� _sql_level�_sql_accessed_objects�_version�_time_collected� _time_updated�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r2 �Y/usr/lib/python3.9/site-packages/oci/data_safe/models/sql_firewall_allowed_sql_summary.py�__init__&