📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: audit_trail_summary.pyc
a N��fdX � @ 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 ZdZdZdZdZdZdd� 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+� �Zed-d.� �Z e jd/d.� �Z ed0d1� �Z!e!jd2d1� �Z!ed3d4� �Z"e"jd5d4� �Z"ed6d7� �Z#e#jd8d7� �Z#ed9d:� �Z$e$jd;d:� �Z$ed<d=� �Z%e%jd>d=� �Z%ed?d@� �Z&e&jdAd@� �Z&edBdC� �Z'e'jdDdC� �Z'dEdF� Z(dGdH� Z)dIdJ� Z*dKS )L�AuditTrailSummaryz$ Summary of an audit trail. �STARTING� COLLECTING� RECOVERING�IDLE�STOPPING�STOPPED�RESUMING�RETRYING�NOT_STARTED�STOPPED_NEEDS_ATTN�STOPPED_FAILED�INACTIVE�UPDATING�ACTIVE�DELETING�FAILED�NEEDS_ATTENTIONc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new AuditTrailSummary 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 AuditTrailSummary. :type id: str :param audit_profile_id: The value to assign to the audit_profile_id property of this AuditTrailSummary. :type audit_profile_id: str :param display_name: The value to assign to the display_name property of this AuditTrailSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this AuditTrailSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AuditTrailSummary. :type time_updated: datetime :param status: The value to assign to the status property of this AuditTrailSummary. Allowed values for this property are: "STARTING", "COLLECTING", "RECOVERING", "IDLE", "STOPPING", "STOPPED", "RESUMING", "RETRYING", "NOT_STARTED", "STOPPED_NEEDS_ATTN", "STOPPED_FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param description: The value to assign to the description property of this AuditTrailSummary. :type description: str :param trail_location: The value to assign to the trail_location property of this AuditTrailSummary. :type trail_location: str :param compartment_id: The value to assign to the compartment_id property of this AuditTrailSummary. :type compartment_id: str :param target_id: The value to assign to the target_id property of this AuditTrailSummary. :type target_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AuditTrailSummary. Allowed values for this property are: "INACTIVE", "UPDATING", "ACTIVE", "DELETING", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AuditTrailSummary. :type lifecycle_details: str :param is_auto_purge_enabled: The value to assign to the is_auto_purge_enabled property of this AuditTrailSummary. :type is_auto_purge_enabled: bool :param audit_collection_start_time: The value to assign to the audit_collection_start_time property of this AuditTrailSummary. :type audit_collection_start_time: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AuditTrailSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AuditTrailSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetime�boolzdict(str, str)zdict(str, dict(str, object)))�id�audit_profile_id�display_name�time_created�time_updated�status�description�trail_location�compartment_id� target_id�lifecycle_state�lifecycle_details�is_auto_purge_enabled�audit_collection_start_time� freeform_tags�defined_tagsr �auditProfileId�displayName�timeCreated�timeUpdatedr r! � trailLocation� compartmentId�targetId�lifecycleState�lifecycleDetails�isAutoPurgeEnabled�auditCollectionStartTime�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_audit_profile_id� _display_name� _time_created� _time_updated�_status�_description�_trail_location�_compartment_id� _target_id�_lifecycle_state�_lifecycle_details�_is_auto_purge_enabled�_audit_collection_start_time�_freeform_tags� _defined_tags)�self�kwargs� rL ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/audit_trail_summary.py�__init__T sd K��zAuditTrailSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AuditTrailSummary. The OCID of the audit trail. :return: The id of this AuditTrailSummary. :rtype: str �r: �rJ rL rL rM r � s zAuditTrailSummary.idc C s || _ dS )z� Sets the id of this AuditTrailSummary. The OCID of the audit trail. :param id: The id of this AuditTrailSummary. :type: str NrO )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the audit_profile_id of this AuditTrailSummary. The OCID of the parent audit. :return: The audit_profile_id of this AuditTrailSummary. :rtype: str �r; rP rL rL rM r � s z"AuditTrailSummary.audit_profile_idc C s || _ dS )z� Sets the audit_profile_id of this AuditTrailSummary. The OCID of the parent audit. :param audit_profile_id: The audit_profile_id of this AuditTrailSummary. :type: str NrQ )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the display_name of this AuditTrailSummary. The display name of the audit trail. :return: The display_name of this AuditTrailSummary. :rtype: str �r<