ruạṛ
a ���fl( � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�PreferredCredentialSummaryz/ The summary of preferred credentials. �SET�NOT_SET�NORMAL�SYSDBA�SYSDGc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new PreferredCredentialSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_name: The value to assign to the credential_name property of this PreferredCredentialSummary. :type credential_name: str :param status: The value to assign to the status property of this PreferredCredentialSummary. 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 PreferredCredentialSummary. :type is_accessible: bool :param user_name: The value to assign to the user_name property of this PreferredCredentialSummary. :type user_name: str :param role: The value to assign to the role property of this PreferredCredentialSummary. Allowed values for this property are: "NORMAL", "SYSDBA", "SYSDG", '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 PreferredCredentialSummary. :type password_secret_id: str :param named_credential_id: The value to assign to the named_credential_id property of this PreferredCredentialSummary. :type named_credential_id: str �str�bool)�credential_name�status� is_accessible� user_name�role�password_secret_id�named_credential_idZcredentialNamer ZisAccessibleZuserNamer ZpasswordSecretIdZnamedCredentialIdN) Z swagger_typesZ attribute_map�_credential_name�_status�_is_accessible� _user_name�_role�_password_secret_id�_named_credential_id)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database_management/models/preferred_credential_summary.py�__init__&