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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) � Attributez] The attribute object fo the registry that can be used to get the connector details. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new Attribute 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 Attribute. :type name: str :param is_sensitive: The value to assign to the is_sensitive property of this Attribute. :type is_sensitive: bool :param is_mandatory: The value to assign to the is_mandatory property of this Attribute. :type is_mandatory: bool :param is_generated: The value to assign to the is_generated property of this Attribute. :type is_generated: bool :param is_base64_encoded: The value to assign to the is_base64_encoded property of this Attribute. :type is_base64_encoded: bool :param valid_key_list: The value to assign to the valid_key_list property of this Attribute. :type valid_key_list: list[str] :param attribute_type: The value to assign to the attribute_type property of this Attribute. :type attribute_type: str �str�boolz list[str])�name�is_sensitive�is_mandatory�is_generated�is_base64_encoded�valid_key_list�attribute_typer �isSensitive�isMandatory�isGenerated�isBase64Encoded�validKeyList� attributeTypeN) � swagger_types� attribute_map�_name� _is_sensitive� _is_mandatory� _is_generated�_is_base64_encoded�_valid_key_list�_attribute_type)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/attribute.py�__init__ s. #�� zAttribute.__init__c C s | j S )z� **[Required]** Gets the name of this Attribute. The name of of the attribute. :return: The name of this Attribute. :rtype: str �r �r r! r! r"