ruạṛ
a ���fY � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�EntitiesMappingz9 Parameters for entities mapping to data source. �EXTERNAL_IP�INTERNAL_IP�TEXT� JSON_LISTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a^ Initializes a new EntitiesMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this EntitiesMapping. :type display_name: str :param query_field: The value to assign to the query_field property of this EntitiesMapping. :type query_field: str :param entity_type: The value to assign to the entity_type property of this EntitiesMapping. Allowed values for this property are: "EXTERNAL_IP", "INTERNAL_IP", "TEXT", "JSON_LIST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_type: str �str)�display_name�query_field�entity_typeZdisplayNameZ queryFieldZ entityTypeN)Z swagger_typesZ attribute_map� _display_name�_query_field�_entity_type)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/cloud_guard/models/entities_mapping.py�__init__"