ruạṛ
a O��f; � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�MonitoredResourceCredential� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�PreExistingCredentialszU Plain text credentials [indicated by the type property in CredentialStore]. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new PreExistingCredentials object with values from keyword arguments. The default value of the :py:attr:`~oci.stack_monitoring.models.PreExistingCredentials.credential_type` attribute of this class is ``EXISTING`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this PreExistingCredentials. :type source: str :param name: The value to assign to the name property of this PreExistingCredentials. :type name: str :param type: The value to assign to the type property of this PreExistingCredentials. :type type: str :param description: The value to assign to the description property of this PreExistingCredentials. :type description: str :param credential_type: The value to assign to the credential_type property of this PreExistingCredentials. Allowed values for this property are: "EXISTING", "PLAINTEXT", "ENCRYPTED" :type credential_type: str �str)�source�name�type�description�credential_typer r r r �credentialTypeN�EXISTING)� swagger_types� attribute_map�_source�_name�_type�_description�_credential_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/pre_existing_credentials.py�__init__ s$ � �zPreExistingCredentials.__init__c C s t | �S �N)r )r r r r �__repr__C s zPreExistingCredentials.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__F s zPreExistingCredentials.__eq__c C s | |k S r r r r r r �__ne__L s zPreExistingCredentials.__ne__N)�__name__� __module__�__qualname__�__doc__r r r"