📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rest_credential.cpython-39.pyc
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"