ruạṛ
a O��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CreateAccessRequestDetailsz� The configuration details for a new access request. We don't accept a compartmentId parameter because it is implied to be the same as the lockbox as a subsidiary resource. The requestorId is also based on the caller user info. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new CreateAccessRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lockbox_id: The value to assign to the lockbox_id property of this CreateAccessRequestDetails. :type lockbox_id: str :param display_name: The value to assign to the display_name property of this CreateAccessRequestDetails. :type display_name: str :param description: The value to assign to the description property of this CreateAccessRequestDetails. :type description: str :param context: The value to assign to the context property of this CreateAccessRequestDetails. :type context: dict(str, str) :param access_duration: The value to assign to the access_duration property of this CreateAccessRequestDetails. :type access_duration: str �strzdict(str, str))� lockbox_id�display_name�description�context�access_duration� lockboxId�displayNamer r �accessDurationN)� swagger_types� attribute_map�_lockbox_id� _display_name�_description�_context�_access_duration)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/lockbox/models/create_access_request_details.py�__init__ s"