📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_tools_user_password_secret_id.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DatabaseToolsUserPassword� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�!DatabaseToolsUserPasswordSecretIdz The user password. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new DatabaseToolsUserPasswordSecretId object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.DatabaseToolsUserPasswordSecretId.value_type` attribute of this class is ``SECRETID`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value_type: The value to assign to the value_type property of this DatabaseToolsUserPasswordSecretId. Allowed values for this property are: "SECRETID" :type value_type: str :param secret_id: The value to assign to the secret_id property of this DatabaseToolsUserPasswordSecretId. :type secret_id: str �str)� value_type� secret_id� valueType�secretIdN�SECRETID)� swagger_types� attribute_map�_value_type� _secret_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/database_tools_user_password_secret_id.py�__init__ s ��z*DatabaseToolsUserPasswordSecretId.__init__c C s | j S )aC Gets the secret_id of this DatabaseToolsUserPasswordSecretId. The `OCID`__ of the secret containing the user password. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The secret_id of this DatabaseToolsUserPasswordSecretId. :rtype: str �r �r r r r r . s z+DatabaseToolsUserPasswordSecretId.secret_idc C s || _ dS )aK Sets the secret_id of this DatabaseToolsUserPasswordSecretId. The `OCID`__ of the secret containing the user password. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param secret_id: The secret_id of this DatabaseToolsUserPasswordSecretId. :type: str Nr )r r r r r r <