📂 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
›
vault
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vault/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_secret_details.cpython-39.pyc
a ���f�4 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateSecretDetailsz( Details for updating a secret. c K sx ddddddddd d d� | _ dd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UpdateSecretDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param current_version_number: The value to assign to the current_version_number property of this UpdateSecretDetails. :type current_version_number: int :param defined_tags: The value to assign to the defined_tags property of this UpdateSecretDetails. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this UpdateSecretDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSecretDetails. :type freeform_tags: dict(str, str) :param metadata: The value to assign to the metadata property of this UpdateSecretDetails. :type metadata: dict(str, object) :param secret_content: The value to assign to the secret_content property of this UpdateSecretDetails. :type secret_content: oci.vault.models.SecretContentDetails :param rotation_config: The value to assign to the rotation_config property of this UpdateSecretDetails. :type rotation_config: oci.vault.models.RotationConfig :param secret_rules: The value to assign to the secret_rules property of this UpdateSecretDetails. :type secret_rules: list[oci.vault.models.SecretRule] :param secret_generation_context: The value to assign to the secret_generation_context property of this UpdateSecretDetails. :type secret_generation_context: oci.vault.models.SecretGenerationContext :param enable_auto_generation: The value to assign to the enable_auto_generation property of this UpdateSecretDetails. :type enable_auto_generation: bool �intzdict(str, dict(str, object))�strzdict(str, str)zdict(str, object)ZSecretContentDetailsZRotationConfigzlist[SecretRule]ZSecretGenerationContext�bool) �current_version_number�defined_tags�description� freeform_tags�metadata�secret_content�rotation_config�secret_rules�secret_generation_context�enable_auto_generationZcurrentVersionNumberZdefinedTagsr ZfreeformTagsr Z secretContentZrotationConfigZsecretRulesZsecretGenerationContextZenableAutoGenerationN)Z swagger_typesZ attribute_map�_current_version_number� _defined_tags�_description�_freeform_tags� _metadata�_secret_content�_rotation_config� _secret_rules�_secret_generation_context�_enable_auto_generation)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/vault/models/update_secret_details.py�__init__ s@ /�� zUpdateSecretDetails.__init__c C s | j S )a� Gets the current_version_number of this UpdateSecretDetails. Details to update the secret version of the specified secret. The secret contents, version number, and rules can't be specified at the same time. Updating the secret contents automatically creates a new secret version. :return: The current_version_number of this UpdateSecretDetails. :rtype: int �r �r r r r! r e s z*UpdateSecretDetails.current_version_numberc C s || _ dS )a� Sets the current_version_number of this UpdateSecretDetails. Details to update the secret version of the specified secret. The secret contents, version number, and rules can't be specified at the same time. Updating the secret contents automatically creates a new secret version. :param current_version_number: The current_version_number of this UpdateSecretDetails. :type: int Nr# )r r r r r! r s s c C s | j S )a� Gets the defined_tags of this UpdateSecretDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateSecretDetails. :rtype: dict(str, dict(str, object)) �r r$ r r r! r � s z UpdateSecretDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateSecretDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateSecretDetails. :type: dict(str, dict(str, object)) Nr% )r r r r r! r � s c C s | j S )z� Gets the description of this UpdateSecretDetails. A brief description of the secret. Avoid entering confidential information. :return: The description of this UpdateSecretDetails. :rtype: str �r r$ r r r! r � s zUpdateSecretDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateSecretDetails. A brief description of the secret. Avoid entering confidential information. :param description: The description of this UpdateSecretDetails. :type: str Nr&