ruạṛ
a ���f�S � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z dBdC� Z!dDdE� Z"dFdG� Z#dHS )I�Lockboxz! Description of Lockbox. �FAAAS�CANARY�ACTIVE�CREATING�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a= Initializes a new Lockbox object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Lockbox. :type id: str :param display_name: The value to assign to the display_name property of this Lockbox. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Lockbox. :type compartment_id: str :param partner_id: The value to assign to the partner_id property of this Lockbox. :type partner_id: str :param parent_lockbox_id: The value to assign to the parent_lockbox_id property of this Lockbox. :type parent_lockbox_id: str :param partner_compartment_id: The value to assign to the partner_compartment_id property of this Lockbox. :type partner_compartment_id: str :param resource_id: The value to assign to the resource_id property of this Lockbox. :type resource_id: str :param lockbox_partner: The value to assign to the lockbox_partner property of this Lockbox. Allowed values for this property are: "FAAAS", "CANARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lockbox_partner: str :param time_created: The value to assign to the time_created property of this Lockbox. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Lockbox. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Lockbox. Allowed values for this property are: "ACTIVE", "CREATING", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param access_context_attributes: The value to assign to the access_context_attributes property of this Lockbox. :type access_context_attributes: oci.lockbox.models.AccessContextAttributeCollection :param approval_template_id: The value to assign to the approval_template_id property of this Lockbox. :type approval_template_id: str :param max_access_duration: The value to assign to the max_access_duration property of this Lockbox. :type max_access_duration: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Lockbox. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Lockbox. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Lockbox. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Lockbox. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZ AccessContextAttributeCollectionzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id� partner_id�parent_lockbox_id�partner_compartment_id�resource_id�lockbox_partner�time_created�time_updated�lifecycle_state�access_context_attributes�approval_template_id�max_access_duration�lifecycle_details� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZ partnerIdZparentLockboxIdZpartnerCompartmentIdZ resourceIdZlockboxPartnerZtimeCreatedZtimeUpdatedZlifecycleStateZaccessContextAttributesZapprovalTemplateIdZmaxAccessDurationZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_partner_id�_parent_lockbox_id�_partner_compartment_id�_resource_id�_lockbox_partner� _time_created� _time_updated�_lifecycle_state�_access_context_attributes�_approval_template_id�_max_access_duration�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r6 �>/usr/lib/python3.9/site-packages/oci/lockbox/models/lockbox.py�__init__2 sp S��zLockbox.__init__c C s | j S )z� **[Required]** Gets the id of this Lockbox. Unique identifier that is immutable on creation :return: The id of this Lockbox. :rtype: str �r"