ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PreferredCredential� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�BasicPreferredCredentialz: The details of the 'BASIC' preferred credential. �NORMAL�SYSDBAc K s` dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new BasicPreferredCredential object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.BasicPreferredCredential.type` attribute of this class is ``BASIC`` 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 BasicPreferredCredential. Allowed values for this property are: "BASIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param credential_name: The value to assign to the credential_name property of this BasicPreferredCredential. :type credential_name: str :param status: The value to assign to the status property of this BasicPreferredCredential. Allowed values for this property are: "SET", "NOT_SET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param is_accessible: The value to assign to the is_accessible property of this BasicPreferredCredential. :type is_accessible: bool :param user_name: The value to assign to the user_name property of this BasicPreferredCredential. :type user_name: str :param role: The value to assign to the role property of this BasicPreferredCredential. Allowed values for this property are: "NORMAL", "SYSDBA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type role: str :param password_secret_id: The value to assign to the password_secret_id property of this BasicPreferredCredential. :type password_secret_id: str �str�bool)�type�credential_name�status� is_accessible� user_name�role�password_secret_idr �credentialNamer �isAccessible�userNamer �passwordSecretIdN�BASIC) � swagger_types� attribute_map�_type�_credential_name�_status�_is_accessible� _user_name�_role�_password_secret_id)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/basic_preferred_credential.py�__init__ s0 *�� z!BasicPreferredCredential.__init__c C s | j S )z� Gets the user_name of this BasicPreferredCredential. The user name used to connect to the database. :return: The user_name of this BasicPreferredCredential. :rtype: str �r �r"