ruạṛ
a ���fT5 � @ 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 @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �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 ).�CreateLockboxDetailsz, The information about new Lockbox. �FAAAS�CANARYc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )av Initializes a new CreateLockboxDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateLockboxDetails. :type display_name: str :param resource_id: The value to assign to the resource_id property of this CreateLockboxDetails. :type resource_id: str :param lockbox_partner: The value to assign to the lockbox_partner property of this CreateLockboxDetails. Allowed values for this property are: "FAAAS", "CANARY" :type lockbox_partner: str :param compartment_id: The value to assign to the compartment_id property of this CreateLockboxDetails. :type compartment_id: str :param partner_id: The value to assign to the partner_id property of this CreateLockboxDetails. :type partner_id: str :param partner_compartment_id: The value to assign to the partner_compartment_id property of this CreateLockboxDetails. :type partner_compartment_id: str :param approval_template_id: The value to assign to the approval_template_id property of this CreateLockboxDetails. :type approval_template_id: str :param max_access_duration: The value to assign to the max_access_duration property of this CreateLockboxDetails. :type max_access_duration: str :param access_context_attributes: The value to assign to the access_context_attributes property of this CreateLockboxDetails. :type access_context_attributes: oci.lockbox.models.AccessContextAttributeCollection :param freeform_tags: The value to assign to the freeform_tags property of this CreateLockboxDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateLockboxDetails. :type defined_tags: dict(str, dict(str, object)) �strZ AccessContextAttributeCollectionzdict(str, str)zdict(str, dict(str, object)))�display_name�resource_id�lockbox_partner�compartment_id� partner_id�partner_compartment_id�approval_template_id�max_access_duration�access_context_attributes� freeform_tags�defined_tagsZdisplayNameZ resourceIdZlockboxPartnerZ compartmentIdZ partnerIdZpartnerCompartmentIdZapprovalTemplateIdZmaxAccessDurationZaccessContextAttributesZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_resource_id�_lockbox_partner�_compartment_id�_partner_id�_partner_compartment_id�_approval_template_id�_max_access_duration�_access_context_attributes�_freeform_tags� _defined_tags)�self�kwargs� r"