ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zd;d<� Zd=d>� Zd?d@� Z dAS )B�AuditProfileSummaryz& Summary of an audit profile. �CREATING�UPDATING�ACTIVE�DELETING�FAILED�NEEDS_ATTENTION�DELETEDc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new AuditProfileSummary 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 AuditProfileSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AuditProfileSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this AuditProfileSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this AuditProfileSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AuditProfileSummary. :type time_updated: datetime :param target_id: The value to assign to the target_id property of this AuditProfileSummary. :type target_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AuditProfileSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "FAILED", "NEEDS_ATTENTION", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param description: The value to assign to the description property of this AuditProfileSummary. :type description: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AuditProfileSummary. :type lifecycle_details: str :param is_paid_usage_enabled: The value to assign to the is_paid_usage_enabled property of this AuditProfileSummary. :type is_paid_usage_enabled: bool :param online_months: The value to assign to the online_months property of this AuditProfileSummary. :type online_months: int :param offline_months: The value to assign to the offline_months property of this AuditProfileSummary. :type offline_months: int :param audit_collected_volume: The value to assign to the audit_collected_volume property of this AuditProfileSummary. :type audit_collected_volume: int :param is_override_global_retention_setting: The value to assign to the is_override_global_retention_setting property of this AuditProfileSummary. :type is_override_global_retention_setting: bool :param freeform_tags: The value to assign to the freeform_tags property of this AuditProfileSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AuditProfileSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetime�bool�intzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�time_created�time_updated� target_id�lifecycle_state�description�lifecycle_details�is_paid_usage_enabled� online_months�offline_months�audit_collected_volume�$is_override_global_retention_setting� freeform_tags�defined_tagsr Z compartmentIdZdisplayNameZtimeCreatedZtimeUpdatedZtargetIdZlifecycleStater ZlifecycleDetailsZisPaidUsageEnabledZonlineMonthsZ offlineMonthsZauditCollectedVolumeZ isOverrideGlobalRetentionSettingZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created� _time_updated� _target_id�_lifecycle_state�_description�_lifecycle_details�_is_paid_usage_enabled�_online_months�_offline_months�_audit_collected_volume�%_is_override_global_retention_setting�_freeform_tags� _defined_tags)�self�kwargs� r3 �N/usr/lib/python3.9/site-packages/oci/data_safe/models/audit_profile_summary.py�__init__. sd I��zAuditProfileSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AuditProfileSummary. The OCID of the audit profile. :return: The id of this AuditProfileSummary. :rtype: str �r! �r1 r3 r3 r4 r � s zAuditProfileSummary.idc C s || _ dS )z� Sets the id of this AuditProfileSummary. The OCID of the audit profile. :param id: The id of this AuditProfileSummary. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the compartment_id of this AuditProfileSummary. The OCID of the compartment that contains the audit profile. :return: The compartment_id of this AuditProfileSummary. :rtype: str �r"