ruạṛ
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 @ s. e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�SecretBundlez� The contents of the secret, properties of the secret (and secret version), and user-provided contextual metadata for the secret. �CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATEDc K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a# Initializes a new SecretBundle object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param secret_id: The value to assign to the secret_id property of this SecretBundle. :type secret_id: str :param time_created: The value to assign to the time_created property of this SecretBundle. :type time_created: datetime :param version_number: The value to assign to the version_number property of this SecretBundle. :type version_number: int :param version_name: The value to assign to the version_name property of this SecretBundle. :type version_name: str :param secret_bundle_content: The value to assign to the secret_bundle_content property of this SecretBundle. :type secret_bundle_content: oci.secrets.models.SecretBundleContentDetails :param time_of_deletion: The value to assign to the time_of_deletion property of this SecretBundle. :type time_of_deletion: datetime :param time_of_expiry: The value to assign to the time_of_expiry property of this SecretBundle. :type time_of_expiry: datetime :param stages: The value to assign to the stages property of this SecretBundle. 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 metadata: The value to assign to the metadata property of this SecretBundle. :type metadata: dict(str, object) �strZdatetime�intZSecretBundleContentDetailsz list[str]zdict(str, object)) � secret_id�time_created�version_number�version_name�secret_bundle_content�time_of_deletion�time_of_expiry�stages�metadataZsecretIdZtimeCreatedZ versionNumberZversionNameZsecretBundleContentZtimeOfDeletionZtimeOfExpiryr r N)Z swagger_typesZ attribute_map� _secret_id� _time_created�_version_number� _version_name�_secret_bundle_content�_time_of_deletion�_time_of_expiry�_stages� _metadata)�self�kwargs� r"