ruạṛ
a ���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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ExternalKeyReferencez9 A reference to the key on external key manager. c K s ddi| _ ddi| _d| _dS )ar Initializes a new ExternalKeyReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param external_key_id: The value to assign to the external_key_id property of this ExternalKeyReference. :type external_key_id: str �external_key_id�strZ externalKeyIdN)Z swagger_typesZ attribute_map�_external_key_id)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/key_management/models/external_key_reference.py�__init__ s ��zExternalKeyReference.__init__c C s | j S )a$ **[Required]** Gets the external_key_id of this ExternalKeyReference. ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM :return: The external_key_id of this ExternalKeyReference. :rtype: str �r �r r r r r &