📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: basic_named_credential_content.cpython-39.opt-1.pyc
a ���f}! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�NamedCredentialContent� )�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� �Zdd� Zdd� Zdd� ZdS )�BasicNamedCredentialContentz6 The details of the 'BASIC' named credential. �NORMAL�SYSDBA�SYSDG�USER_PRINCIPAL�RESOURCE_PRINCIPALc K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a% Initializes a new BasicNamedCredentialContent object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.BasicNamedCredentialContent.credential_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 credential_type: The value to assign to the credential_type property of this BasicNamedCredentialContent. 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 credential_type: str :param user_name: The value to assign to the user_name property of this BasicNamedCredentialContent. :type user_name: str :param role: The value to assign to the role property of this BasicNamedCredentialContent. 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 BasicNamedCredentialContent. :type password_secret_id: str :param password_secret_access_mode: The value to assign to the password_secret_access_mode property of this BasicNamedCredentialContent. Allowed values for this property are: "USER_PRINCIPAL", "RESOURCE_PRINCIPAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type password_secret_access_mode: str �str)Zcredential_type� user_name�role�password_secret_id�password_secret_access_modeZcredentialTypeZuserNamer ZpasswordSecretIdZpasswordSecretAccessModeNZBASIC)Z swagger_typesZ attribute_mapZ_credential_type� _user_name�_role�_password_secret_id�_password_secret_access_mode)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/database_management/models/basic_named_credential_content.py�__init__&