📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oci_vault_secret_config.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SecretConfig� )�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 )�OciVaultSecretConfigz@ Properties used for specifying OCI vault configuration c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new OciVaultSecretConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OciVaultSecretConfig.model_type` attribute of this class is ``OCI_VAULT_SECRET_CONFIG`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this OciVaultSecretConfig. Allowed values for this property are: "OCI_VAULT_SECRET_CONFIG" :type model_type: str :param secret_id: The value to assign to the secret_id property of this OciVaultSecretConfig. :type secret_id: str �str)Z model_type� secret_idZ modelTypeZsecretIdNZOCI_VAULT_SECRET_CONFIG)Z swagger_typesZ attribute_mapZ_model_type� _secret_id)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_integration/models/oci_vault_secret_config.py�__init__ s ��zOciVaultSecretConfig.__init__c C s | j S )z� Gets the secret_id of this OciVaultSecretConfig. OCID of the OCI vault secret :return: The secret_id of this OciVaultSecretConfig. :rtype: str �r �r r r r r 0 s zOciVaultSecretConfig.secret_idc C s || _ dS )z� Sets the secret_id of this OciVaultSecretConfig. OCID of the OCI vault secret :param secret_id: The secret_id of this OciVaultSecretConfig. :type: str Nr )r r r r r r <