ruạṛ
a O��fg � @ 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 @ sx e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z dd� Zdd� Zdd� ZdS )�DataVisibilityz� The visibility level of attribution data, including its `Traffic Light Protocol (TLP)`__ color. __ https://www.cisa.gov/tlp �TLP_INTERNAL_AUDIT� TLP_WHITE� TLP_GREEN� TLP_AMBER�TLP_REDc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new DataVisibility object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this DataVisibility. :type name: str :param tlp_name: The value to assign to the tlp_name property of this DataVisibility. Allowed values for this property are: "TLP_INTERNAL_AUDIT", "TLP_WHITE", "TLP_GREEN", "TLP_AMBER", "TLP_RED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type tlp_name: str �str)�name�tlp_namer �tlpNameN)� swagger_types� attribute_map�_name� _tlp_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/threat_intelligence/models/data_visibility.py�__init__&