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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�RestCredentialz* The user credential information. �JKS�BCFKSc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a2 Initializes a new RestCredential object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param username: The value to assign to the username property of this RestCredential. :type username: str :param password: The value to assign to the password property of this RestCredential. :type password: str :param ssl_trust_store_type: The value to assign to the ssl_trust_store_type property of this RestCredential. Allowed values for this property are: "JKS", "BCFKS" :type ssl_trust_store_type: str :param ssl_trust_store_location: The value to assign to the ssl_trust_store_location property of this RestCredential. :type ssl_trust_store_location: str :param ssl_trust_store_password: The value to assign to the ssl_trust_store_password property of this RestCredential. :type ssl_trust_store_password: str �str)�username�password�ssl_trust_store_type�ssl_trust_store_location�ssl_trust_store_passwordr r ZsslTrustStoreTypeZsslTrustStoreLocationZsslTrustStorePasswordN)Z swagger_typesZ attribute_map� _username� _password�_ssl_trust_store_type�_ssl_trust_store_location�_ssl_trust_store_password)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/database_management/models/rest_credential.py�__init__ s"