📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_secret_details.cpython-39.pyc
a ���fm@ � @ 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 @ s� 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 � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�CreateSecretDetailsz< The details of the secret that you want to create. c K s� ddddddddddddd d � | _ ddd ddddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )ah Initializes a new CreateSecretDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateSecretDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateSecretDetails. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this CreateSecretDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSecretDetails. :type freeform_tags: dict(str, str) :param key_id: The value to assign to the key_id property of this CreateSecretDetails. :type key_id: str :param metadata: The value to assign to the metadata property of this CreateSecretDetails. :type metadata: dict(str, object) :param secret_content: The value to assign to the secret_content property of this CreateSecretDetails. :type secret_content: oci.vault.models.SecretContentDetails :param rotation_config: The value to assign to the rotation_config property of this CreateSecretDetails. :type rotation_config: oci.vault.models.RotationConfig :param secret_name: The value to assign to the secret_name property of this CreateSecretDetails. :type secret_name: str :param secret_rules: The value to assign to the secret_rules property of this CreateSecretDetails. :type secret_rules: list[oci.vault.models.SecretRule] :param vault_id: The value to assign to the vault_id property of this CreateSecretDetails. :type vault_id: str :param secret_generation_context: The value to assign to the secret_generation_context property of this CreateSecretDetails. :type secret_generation_context: oci.vault.models.SecretGenerationContext :param enable_auto_generation: The value to assign to the enable_auto_generation property of this CreateSecretDetails. :type enable_auto_generation: bool �strzdict(str, dict(str, object))zdict(str, str)zdict(str, object)ZSecretContentDetailsZRotationConfigzlist[SecretRule]ZSecretGenerationContext�bool) �compartment_id�defined_tags�description� freeform_tags�key_id�metadata�secret_content�rotation_config�secret_name�secret_rules�vault_id�secret_generation_context�enable_auto_generationZ compartmentIdZdefinedTagsr ZfreeformTagsZkeyIdr Z secretContentZrotationConfigZ secretNameZsecretRulesZvaultIdZsecretGenerationContextZenableAutoGenerationN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags�_description�_freeform_tags�_key_id� _metadata�_secret_content�_rotation_config�_secret_name� _secret_rules� _vault_id�_secret_generation_context�_enable_auto_generation)�self�kwargs� r% �J/usr/lib/python3.9/site-packages/oci/vault/models/create_secret_details.py�__init__ sR ;��zCreateSecretDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateSecretDetails. The OCID of the compartment where you want to create the secret. :return: The compartment_id of this CreateSecretDetails. :rtype: str �r �r# r% r% r&