📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: secret_version_summary.cpython-39.pyc
a ���f�= � @ 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 @ sL 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#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�SecretVersionSummaryz^ The secret version summary object, which doesn't include the contents of the secret. �BASE64�CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATEDc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new SecretVersionSummary 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 SecretVersionSummary. 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 SecretVersionSummary. :type name: str :param secret_id: The value to assign to the secret_id property of this SecretVersionSummary. :type secret_id: str :param stages: The value to assign to the stages property of this SecretVersionSummary. 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 SecretVersionSummary. :type time_created: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this SecretVersionSummary. :type time_of_deletion: datetime :param time_of_expiry: The value to assign to the time_of_expiry property of this SecretVersionSummary. :type time_of_expiry: datetime :param version_number: The value to assign to the version_number property of this SecretVersionSummary. :type version_number: int :param system_tags: The value to assign to the system_tags property of this SecretVersionSummary. :type system_tags: dict(str, dict(str, object)) :param is_content_auto_generated: The value to assign to the is_content_auto_generated property of this SecretVersionSummary. :type is_content_auto_generated: bool �strz list[str]Zdatetime�intzdict(str, dict(str, object))�bool) �content_type�name� secret_id�stages�time_created�time_of_deletion�time_of_expiry�version_number�system_tags�is_content_auto_generatedZcontentTyper ZsecretIdr ZtimeCreatedZtimeOfDeletionZtimeOfExpiryZ versionNumberZ systemTagsZisContentAutoGeneratedN)Z swagger_typesZ attribute_map� _content_type�_name� _secret_id�_stages� _time_created�_time_of_deletion�_time_of_expiry�_version_number�_system_tags�_is_content_auto_generated)�self�kwargs� r&