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 @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�MonitoredResourceCredentialz0 Monitored Resource Credential Details. �EXISTING� PLAINTEXT� ENCRYPTEDc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new MonitoredResourceCredential object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.stack_monitoring.models.PreExistingCredentials` * :class:`~oci.stack_monitoring.models.EncryptedCredentials` * :class:`~oci.stack_monitoring.models.PlainTextCredentials` 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 MonitoredResourceCredential. :type source: str :param name: The value to assign to the name property of this MonitoredResourceCredential. :type name: str :param type: The value to assign to the type property of this MonitoredResourceCredential. :type type: str :param description: The value to assign to the description property of this MonitoredResourceCredential. :type description: str :param credential_type: The value to assign to the credential_type property of this MonitoredResourceCredential. Allowed values for this property are: "EXISTING", "PLAINTEXT", "ENCRYPTED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type credential_type: str �str)�source�name�type�description�credential_typer r r r �credentialTypeN)Z swagger_typesZ attribute_map�_source�_name�_type�_description�_credential_type)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_credential.py�__init__ s"