ruạṛ
a N��f�i � @ 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 ZdZd Zd Zdd� 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� �Z e jd1d0� �Z ed2d3� �Z!e!jd4d3� �Z!ed5d6� �Z"e"jd7d6� �Z"ed8d9� �Z#e#jd:d9� �Z#ed;d<� �Z$e$jd=d<� �Z$ed>d?� �Z%e%jd@d?� �Z%edAdB� �Z&e&jdCdB� �Z&edDdE� �Z'e'jdFdE� �Z'edGdH� �Z(e(jdIdH� �Z(edJdK� �Z)e)jdLdK� �Z)edMdN� �Z*e*jdOdN� �Z*edPdQ� �Z+e+jdRdQ� �Z+dSdT� Z,dUdV� Z-dWdX� Z.dYS )Z�Alertz_ The details of a Data Safe Alert, that shows alerts generated by a Data Safe feature. �OPEN�CLOSED�CRITICAL�HIGH�MEDIUM�LOW�EVALUATE� SUCCEEDED�FAILED�AUDITING�SECURITY_ASSESSMENT�USER_ASSESSMENT�UPDATINGc K s� ddddddddddddddddddddddd�| _ ddd d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Alert 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 Alert. :type id: str :param status: The value to assign to the status property of this Alert. Allowed values for this property are: "OPEN", "CLOSED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param severity: The value to assign to the severity property of this Alert. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "EVALUATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param display_name: The value to assign to the display_name property of this Alert. :type display_name: str :param description: The value to assign to the description property of this Alert. :type description: str :param operation_time: The value to assign to the operation_time property of this Alert. :type operation_time: datetime :param operation: The value to assign to the operation property of this Alert. :type operation: str :param operation_status: The value to assign to the operation_status property of this Alert. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_status: str :param target_ids: The value to assign to the target_ids property of this Alert. :type target_ids: list[str] :param target_names: The value to assign to the target_names property of this Alert. :type target_names: list[str] :param policy_id: The value to assign to the policy_id property of this Alert. :type policy_id: str :param alert_type: The value to assign to the alert_type property of this Alert. Allowed values for this property are: "AUDITING", "SECURITY_ASSESSMENT", "USER_ASSESSMENT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type alert_type: str :param resource_name: The value to assign to the resource_name property of this Alert. :type resource_name: str :param feature_details: The value to assign to the feature_details property of this Alert. :type feature_details: dict(str, dict(str, object)) :param comment: The value to assign to the comment property of this Alert. :type comment: str :param compartment_id: The value to assign to the compartment_id property of this Alert. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Alert. Allowed values for this property are: "UPDATING", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Alert. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Alert. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this Alert. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Alert. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Alert. :type system_tags: dict(str, dict(str, object)) �str�datetimez list[str]zdict(str, dict(str, object))zdict(str, str))�id�status�severity�display_name�description�operation_time� operation�operation_status� target_ids�target_names� policy_id� alert_type� resource_name�feature_details�comment�compartment_id�lifecycle_state�time_created�time_updated� freeform_tags�defined_tags�system_tagsr r r �displayNamer � operationTimer �operationStatus� targetIds�targetNames�policyId� alertType�resourceName�featureDetailsr$ � compartmentId�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_status� _severity� _display_name�_description�_operation_time� _operation�_operation_status�_target_ids� _target_names� _policy_id�_alert_type�_resource_name�_feature_details�_comment�_compartment_id�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rV �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/alert.py�__init__L s� i��zAlert.__init__c C s | j S )z� **[Required]** Gets the id of this Alert. The OCID of the alert. :return: The id of this Alert. :rtype: str �r>