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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�AccessRequestSummaryz4 Summary information for an access request. c K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AccessRequestSummary 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 AccessRequestSummary. :type id: str :param lockbox_id: The value to assign to the lockbox_id property of this AccessRequestSummary. :type lockbox_id: str :param display_name: The value to assign to the display_name property of this AccessRequestSummary. :type display_name: str :param description: The value to assign to the description property of this AccessRequestSummary. :type description: str :param requestor_id: The value to assign to the requestor_id property of this AccessRequestSummary. :type requestor_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AccessRequestSummary. :type lifecycle_state: str :param access_duration: The value to assign to the access_duration property of this AccessRequestSummary. :type access_duration: str :param time_created: The value to assign to the time_created property of this AccessRequestSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AccessRequestSummary. :type time_updated: datetime :param time_expired: The value to assign to the time_expired property of this AccessRequestSummary. :type time_expired: datetime �str�datetime) �id� lockbox_id�display_name�description�requestor_id�lifecycle_state�access_duration�time_created�time_updated�time_expiredr � lockboxId�displayNamer �requestorId�lifecycleState�accessDuration�timeCreated�timeUpdated�timeExpiredN)� swagger_types� attribute_map�_id�_lockbox_id� _display_name�_description� _requestor_id�_lifecycle_state�_access_duration� _time_created� _time_updated� _time_expired)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/lockbox/models/access_request_summary.py�__init__ s@ /�� zAccessRequestSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AccessRequestSummary. The unique identifier (OCID) of the access request, which can't be changed after creation. :return: The id of this AccessRequestSummary. :rtype: str �r �r'