📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: secret_version.cpython-39.pyc
a ���fw8 � @ 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 @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),� SecretVersionzR The details of the secret version, excluding the contents of the secret. �BASE64�CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATEDc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new SecretVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param content_type: The value to assign to the content_type property of this SecretVersion. Allowed values for this property are: "BASE64", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type content_type: str :param name: The value to assign to the name property of this SecretVersion. :type name: str :param secret_id: The value to assign to the secret_id property of this SecretVersion. :type secret_id: str :param stages: The value to assign to the stages property of this SecretVersion. Allowed values for items in this list are: "CURRENT", "PENDING", "LATEST", "PREVIOUS", "DEPRECATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stages: list[str] :param time_created: The value to assign to the time_created property of this SecretVersion. :type time_created: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this SecretVersion. :type time_of_deletion: datetime :param time_of_current_version_expiry: The value to assign to the time_of_current_version_expiry property of this SecretVersion. :type time_of_current_version_expiry: datetime :param version_number: The value to assign to the version_number property of this SecretVersion. :type version_number: int :param is_content_auto_generated: The value to assign to the is_content_auto_generated property of this SecretVersion. :type is_content_auto_generated: bool �strz list[str]Zdatetime�int�bool) �content_type�name� secret_id�stages�time_created�time_of_deletion�time_of_current_version_expiry�version_number�is_content_auto_generatedZcontentTyper ZsecretIdr ZtimeCreatedZtimeOfDeletionZtimeOfCurrentVersionExpiryZ versionNumberZisContentAutoGeneratedN)Z swagger_typesZ attribute_map� _content_type�_name� _secret_id�_stages� _time_created�_time_of_deletion�_time_of_current_version_expiry�_version_number�_is_content_auto_generated)�self�kwargs� r$ �C/usr/lib/python3.9/site-packages/oci/vault/models/secret_version.py�__init__* s: /� �zSecretVersion.__init__c C s | j S )a| Gets the content_type of this SecretVersion. The content type of the secret version's secret contents. Allowed values for this property are: "BASE64", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The content_type of this SecretVersion. :rtype: str )r �r"