ruạṛ
a N��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 @ s� e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�FindingzE The particular finding reported by the security assessment. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASSc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a* Initializes a new Finding object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Finding. :type key: str :param severity: The value to assign to the severity property of this Finding. Allowed values for this property are: "HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param title: The value to assign to the title property of this Finding. :type title: str :param remarks: The value to assign to the remarks property of this Finding. :type remarks: str :param details: The value to assign to the details property of this Finding. :type details: object :param summary: The value to assign to the summary property of this Finding. :type summary: str :param references: The value to assign to the references property of this Finding. :type references: oci.data_safe.models.References �str�object� References)�key�severity�title�remarks�details�summary� referencesr r r r r r r N) � swagger_types� attribute_map�_key� _severity�_title�_remarks�_details�_summary�_references)�self�kwargs� r"