ruạṛ
a ���f\C � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�AccessRequestSummaryz4 Summary information for an access request. c K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _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 requestor_location: The value to assign to the requestor_location property of this AccessRequestSummary. :type requestor_location: 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 :param ticket_number: The value to assign to the ticket_number property of this AccessRequestSummary. :type ticket_number: str :param freeform_tags: The value to assign to the freeform_tags property of this AccessRequestSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AccessRequestSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AccessRequestSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id� lockbox_id�display_name�description�requestor_id�requestor_location�lifecycle_state�access_duration�time_created�time_updated�time_expired� ticket_number� freeform_tags�defined_tags�system_tagsr Z lockboxIdZdisplayNamer ZrequestorIdZrequestorLocationZlifecycleStateZaccessDurationZtimeCreatedZtimeUpdatedZtimeExpiredZticketNumberZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_lockbox_id� _display_name�_description� _requestor_id�_requestor_location�_lifecycle_state�_access_duration� _time_created� _time_updated� _time_expired�_ticket_number�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( �M/usr/lib/python3.9/site-packages/oci/lockbox/models/access_request_summary.py�__init__ s^ C��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&