ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�EntityReference� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�IndicatorReferencez5 A reference to a threat indicator resource. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new IndicatorReference object with values from keyword arguments. The default value of the :py:attr:`~oci.threat_intelligence.models.IndicatorReference.type` attribute of this class is ``INDICATOR`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this IndicatorReference. Allowed values for this property are: "INDICATOR" :type type: str :param indicator_id: The value to assign to the indicator_id property of this IndicatorReference. :type indicator_id: str �str)�type�indicator_idr ZindicatorIdNZ INDICATOR)Z swagger_typesZ attribute_mapZ_type� _indicator_id)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/threat_intelligence/models/indicator_reference.py�__init__ s ��zIndicatorReference.__init__c C s | j S )z� **[Required]** Gets the indicator_id of this IndicatorReference. The unique OCID of the referenced threat indicator. :return: The indicator_id of this IndicatorReference. :rtype: str �r �r r r r r 0 s zIndicatorReference.indicator_idc C s || _ dS )z� Sets the indicator_id of this IndicatorReference. The unique OCID of the referenced threat indicator. :param indicator_id: The indicator_id of this IndicatorReference. :type: str Nr )r r r r r r <