📂 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: audit_event_aggregation_dimensions.cpython-39.opt-1.pyc
a ���f�= � @ 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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�AuditEventAggregationDimensionszV The details of the aggregation dimensions used for summarizing audit events. �DATABASE�STANDARD�FINE_GRAINED�XS�DATABASE_VAULT�LABEL_SECURITY�RMAN�DATAPUMP�DIRECT_PATH_APIc K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new AuditEventAggregationDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param audit_event_time: The value to assign to the audit_event_time property of this AuditEventAggregationDimensions. :type audit_event_time: list[datetime] :param db_user_name: The value to assign to the db_user_name property of this AuditEventAggregationDimensions. :type db_user_name: list[str] :param target_id: The value to assign to the target_id property of this AuditEventAggregationDimensions. :type target_id: list[str] :param target_name: The value to assign to the target_name property of this AuditEventAggregationDimensions. :type target_name: list[str] :param target_class: The value to assign to the target_class property of this AuditEventAggregationDimensions. Allowed values for items in this list are: "DATABASE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type target_class: list[str] :param object_type: The value to assign to the object_type property of this AuditEventAggregationDimensions. :type object_type: list[str] :param client_hostname: The value to assign to the client_hostname property of this AuditEventAggregationDimensions. :type client_hostname: list[str] :param client_program: The value to assign to the client_program property of this AuditEventAggregationDimensions. :type client_program: list[str] :param client_id: The value to assign to the client_id property of this AuditEventAggregationDimensions. :type client_id: list[str] :param audit_type: The value to assign to the audit_type property of this AuditEventAggregationDimensions. Allowed values for items in this list are: "STANDARD", "FINE_GRAINED", "XS", "DATABASE_VAULT", "LABEL_SECURITY", "RMAN", "DATAPUMP", "DIRECT_PATH_API", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type audit_type: list[str] :param event_name: The value to assign to the event_name property of this AuditEventAggregationDimensions. :type event_name: list[str] zlist[datetime]z list[str])�audit_event_time�db_user_name� target_id�target_name�target_class�object_type�client_hostname�client_program� client_id� audit_type� event_nameZauditEventTimeZ dbUserNameZtargetIdZ targetNameZtargetClassZ objectTypeZclientHostnameZ clientProgramZclientIdZ auditTypeZ eventNameN) Z swagger_typesZ attribute_map�_audit_event_time� _db_user_name� _target_id�_target_name� _target_class�_object_type�_client_hostname�_client_program� _client_id�_audit_type�_event_name)�self�kwargs� r( �[/usr/lib/python3.9/site-packages/oci/data_safe/models/audit_event_aggregation_dimensions.py�__init__6 sF 7��z(AuditEventAggregationDimensions.__init__c C s | j S )a Gets the audit_event_time of this AuditEventAggregationDimensions. The time the audit event occurred in the target database. :return: The audit_event_time of this AuditEventAggregationDimensions. :rtype: list[datetime] �r �r&