📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: credential_by_vault.pyc
a O��fE � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CredentialDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z dd� Zdd� Zdd� Z dS )�CredentialByVaultz> Vault Credential Details to connect to the database. �NORMALc K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a Initializes a new CredentialByVault object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.CredentialByVault.credential_type` attribute of this class is ``CREDENTIALS_BY_VAULT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_source_name: The value to assign to the credential_source_name property of this CredentialByVault. :type credential_source_name: str :param credential_type: The value to assign to the credential_type property of this CredentialByVault. Allowed values for this property are: "CREDENTIALS_BY_SOURCE", "CREDENTIALS_BY_VAULT", '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 CredentialByVault. :type user_name: str :param password_secret_id: The value to assign to the password_secret_id property of this CredentialByVault. :type password_secret_id: str :param role: The value to assign to the role property of this CredentialByVault. Allowed values for this property are: "NORMAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type role: str �str)�credential_source_name�credential_type� user_name�password_secret_id�role�credentialSourceName�credentialType�userName�passwordSecretIdr N�CREDENTIALS_BY_VAULT)� swagger_types� attribute_map�_credential_source_name�_credential_type� _user_name�_password_secret_id�_role)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/credential_by_vault.py�__init__ s$ � �zCredentialByVault.__init__c C s | j S )z� Gets the user_name of this CredentialByVault. database user name. :return: The user_name of this CredentialByVault. :rtype: str �r �r r r r r J s zCredentialByVault.user_namec C s || _ dS )z� Sets the user_name of this CredentialByVault. database user name. :param user_name: The user_name of this CredentialByVault. :type: str Nr! )r r r r r r V s c C s | j S )a5 Gets the password_secret_id of this CredentialByVault. The secret `OCID`__ mapping to the database credentials. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The password_secret_id of this CredentialByVault. :rtype: str �r r"