📂 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
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vault_secret_verification_key_source.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�VerificationKeySource� )�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 )� VaultSecretVerificationKeySourcez9 Specifies the Vault verification source details c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new VaultSecretVerificationKeySource object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.VaultSecretVerificationKeySource.verification_key_source_type` attribute of this class is ``VAULT_SECRET`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param verification_key_source_type: The value to assign to the verification_key_source_type property of this VaultSecretVerificationKeySource. Allowed values for this property are: "VAULT_SECRET", "INLINE_PUBLIC_KEY", "NONE" :type verification_key_source_type: str :param vault_secret_id: The value to assign to the vault_secret_id property of this VaultSecretVerificationKeySource. :type vault_secret_id: str �str)Zverification_key_source_type�vault_secret_idZverificationKeySourceTypeZ vaultSecretIdNZVAULT_SECRET)Z swagger_typesZ attribute_mapZ_verification_key_source_type�_vault_secret_id)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/devops/models/vault_secret_verification_key_source.py�__init__ s ��z)VaultSecretVerificationKeySource.__init__c C s | j S )a **[Required]** Gets the vault_secret_id of this VaultSecretVerificationKeySource. The OCID of the Vault Secret containing the verification key versions. :return: The vault_secret_id of this VaultSecretVerificationKeySource. :rtype: str �r �r r r r r 0 s z0VaultSecretVerificationKeySource.vault_secret_idc C s || _ dS )a Sets the vault_secret_id of this VaultSecretVerificationKeySource. The OCID of the Vault Secret containing the verification key versions. :param vault_secret_id: The vault_secret_id of this VaultSecretVerificationKeySource. :type: str Nr )r r r r r r <