📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_credential_summary.pyc
a N��f7 � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�DbCredentialSummaryz� As the name suggests, an `DbCredentialSummary` object contains information about an `DbCredential`. The DB credential is used for DB authentication with the [DB Service]. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aB Initializes a new DbCredentialSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DbCredentialSummary. :type id: str :param user_id: The value to assign to the user_id property of this DbCredentialSummary. :type user_id: str :param description: The value to assign to the description property of this DbCredentialSummary. :type description: str :param time_created: The value to assign to the time_created property of this DbCredentialSummary. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this DbCredentialSummary. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DbCredentialSummary. :type lifecycle_state: str �str�datetime)�id�user_id�description�time_created�time_expires�lifecycle_stater �userIdr �timeCreated�timeExpires�lifecycleStateN)� swagger_types� attribute_map�_id�_user_id�_description� _time_created� _time_expires�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/db_credential_summary.py�__init__ s( � � zDbCredentialSummary.__init__c C s | j S )z� Gets the id of this DbCredentialSummary. The OCID of the DB credential. :return: The id of this DbCredentialSummary. :rtype: str �r �r r r r r I s zDbCredentialSummary.idc C s || _ dS )z� Sets the id of this DbCredentialSummary. The OCID of the DB credential. :param id: The id of this DbCredentialSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the user_id of this DbCredentialSummary. The OCID of the user the DB credential belongs to. :return: The user_id of this DbCredentialSummary. :rtype: str �r r! r r r r a s zDbCredentialSummary.user_idc C s || _ dS )z� Sets the user_id of this DbCredentialSummary. The OCID of the user the DB credential belongs to. :param user_id: The user_id of this DbCredentialSummary. :type: str Nr"