📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: key_encryption_credential_details.cpython-39.pyc
a ���f> � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�KeyEncryptionCredentialDetailsz7 Details for Credentials using key encryption. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a Initializes a new KeyEncryptionCredentialDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_apps_management.models.KeyEncryptionCredentialDetails.credential_type` attribute of this class is ``KEY_ENCRYPTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param credential_type: The value to assign to the credential_type property of this KeyEncryptionCredentialDetails. Allowed values for this property are: "PLAIN_TEXT", "VAULT_SECRET", "KEY_ENCRYPTION" :type credential_type: str :param value: The value to assign to the value property of this KeyEncryptionCredentialDetails. :type value: str :param key_id: The value to assign to the key_id property of this KeyEncryptionCredentialDetails. :type key_id: str :param key_version: The value to assign to the key_version property of this KeyEncryptionCredentialDetails. :type key_version: str :param vault_id: The value to assign to the vault_id property of this KeyEncryptionCredentialDetails. :type vault_id: str �str)Zcredential_type�value�key_id�key_version�vault_idZcredentialTyper ZkeyIdZ keyVersionZvaultIdNZKEY_ENCRYPTION)Z swagger_typesZ attribute_mapZ_credential_type�_value�_key_id�_key_version� _vault_id)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/key_encryption_credential_details.py�__init__ s$ � �z'KeyEncryptionCredentialDetails.__init__c C s | j S )z� **[Required]** Gets the value of this KeyEncryptionCredentialDetails. The value corresponding to the credential :return: The value of this KeyEncryptionCredentialDetails. :rtype: str �r �r r r r r E s z$KeyEncryptionCredentialDetails.valuec C s || _ dS )z� Sets the value of this KeyEncryptionCredentialDetails. The value corresponding to the credential :param value: The value of this KeyEncryptionCredentialDetails. :type: str Nr )r r r r r r Q s c C s | j S )a **[Required]** Gets the key_id of this KeyEncryptionCredentialDetails. OCID for the Vault Key that will be used to encrypt/decrypt the value given. :return: The key_id of this KeyEncryptionCredentialDetails. :rtype: str �r r r r r r ] s z%KeyEncryptionCredentialDetails.key_idc C s || _ dS )z� Sets the key_id of this KeyEncryptionCredentialDetails. OCID for the Vault Key that will be used to encrypt/decrypt the value given. :param key_id: The key_id of this KeyEncryptionCredentialDetails. :type: str Nr )r r r r r r i s c C s | j S )z� Gets the key_version of this KeyEncryptionCredentialDetails. The Vault Key version. :return: The key_version of this KeyEncryptionCredentialDetails. :rtype: str �r r r r r r u s z*KeyEncryptionCredentialDetails.key_versionc C s || _ dS )z� Sets the key_version of this KeyEncryptionCredentialDetails. The Vault Key version. :param key_version: The key_version of this KeyEncryptionCredentialDetails. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the vault_id of this KeyEncryptionCredentialDetails. OCID for the Vault that will be used to fetch key to encrypt/decrypt the value given. :return: The vault_id of this KeyEncryptionCredentialDetails. :rtype: str �r r r r r r � s z'KeyEncryptionCredentialDetails.vault_idc C s || _ dS )a Sets the vault_id of this KeyEncryptionCredentialDetails. OCID for the Vault that will be used to fetch key to encrypt/decrypt the value given. :param vault_id: The vault_id of this KeyEncryptionCredentialDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z'KeyEncryptionCredentialDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%KeyEncryptionCredentialDetails.__eq__c C s | |k S r r r r r r �__ne__� s z%KeyEncryptionCredentialDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"