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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�DetectorConfigurationz6 A single configuration applied to a detector c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new DetectorConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_key: The value to assign to the config_key property of this DetectorConfiguration. :type config_key: str :param name: The value to assign to the name property of this DetectorConfiguration. :type name: str :param value: The value to assign to the value property of this DetectorConfiguration. :type value: str :param data_type: The value to assign to the data_type property of this DetectorConfiguration. :type data_type: str :param values: The value to assign to the values property of this DetectorConfiguration. :type values: list[oci.cloud_guard.models.ConfigValue] �strzlist[ConfigValue])� config_key�name�value� data_type�values� configKeyr r �dataTyper N)� swagger_types� attribute_map�_config_key�_name�_value� _data_type�_values)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/detector_configuration.py�__init__ s"