ruạṛ
a ���f5` � @ 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 ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!ed7d8� �Z"e"jd9d8� �Z"ed:d;� �Z#e#jd<d;� �Z#ed=d>� �Z$e$jd?d>� �Z$ed@dA� �Z%e%jdBdA� �Z%edCdD� �Z&e&jdEdD� �Z&edFdG� �Z'e'jdHdG� �Z'dIdJ� Z(dKdL� Z)dMdN� Z*dOS )P�AccessRequestExtz� An access request to a customer's resource that includes additional requestor metadata. An access request is a subsidiary resource of the Lockbox entity. �IN_PROGRESS�WAITING� SUCCEEDED� CANCELING�CANCELED�FAILED� PROCESSING�WAITING_FOR_APPROVALS�APPROVED� AUTO_APPROVED�CANCELLING_ACCESS�EXPIRED�REVOKED�DENIED�ERRORc 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 AccessRequestExt object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param requestor_user_name: The value to assign to the requestor_user_name property of this AccessRequestExt. :type requestor_user_name: str :param id: The value to assign to the id property of this AccessRequestExt. :type id: str :param lockbox_id: The value to assign to the lockbox_id property of this AccessRequestExt. :type lockbox_id: str :param display_name: The value to assign to the display_name property of this AccessRequestExt. :type display_name: str :param description: The value to assign to the description property of this AccessRequestExt. :type description: str :param requestor_id: The value to assign to the requestor_id property of this AccessRequestExt. :type requestor_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AccessRequestExt. Allowed values for this property are: "IN_PROGRESS", "WAITING", "SUCCEEDED", "CANCELING", "CANCELED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this AccessRequestExt. Allowed values for this property are: "PROCESSING", "WAITING_FOR_APPROVALS", "APPROVED", "AUTO_APPROVED", "CANCELLING_ACCESS", "EXPIRED", "REVOKED", "DENIED", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state_details: str :param access_duration: The value to assign to the access_duration property of this AccessRequestExt. :type access_duration: str :param context: The value to assign to the context property of this AccessRequestExt. :type context: dict(str, str) :param activity_logs: The value to assign to the activity_logs property of this AccessRequestExt. :type activity_logs: list[oci.lockbox.models.ActivityLog] :param time_created: The value to assign to the time_created property of this AccessRequestExt. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AccessRequestExt. :type time_updated: datetime :param time_expired: The value to assign to the time_expired property of this AccessRequestExt. :type time_expired: datetime :param time_reminded: The value to assign to the time_reminded property of this AccessRequestExt. :type time_reminded: datetime :param reminder_count: The value to assign to the reminder_count property of this AccessRequestExt. :type reminder_count: int :param requestor_location: The value to assign to the requestor_location property of this AccessRequestExt. :type requestor_location: str :param ticket_number: The value to assign to the ticket_number property of this AccessRequestExt. :type ticket_number: str �strzdict(str, str)zlist[ActivityLog]Zdatetime�int)�requestor_user_name�id� lockbox_id�display_name�description�requestor_id�lifecycle_state�lifecycle_state_details�access_duration�context� activity_logs�time_created�time_updated�time_expired� time_reminded�reminder_count�requestor_location� ticket_numberZrequestorUserNamer Z lockboxIdZdisplayNamer ZrequestorIdZlifecycleStateZlifecycleStateDetailsZaccessDurationr! ZactivityLogsZtimeCreatedZtimeUpdatedZtimeExpiredZtimeRemindedZ reminderCountZrequestorLocationZticketNumberN)Z swagger_typesZ attribute_map�_requestor_user_name�_id�_lockbox_id� _display_name�_description� _requestor_id�_lifecycle_state�_lifecycle_state_details�_access_duration�_context�_activity_logs� _time_created� _time_updated� _time_expired�_time_reminded�_reminder_count�_requestor_location�_ticket_number)�self�kwargs� r>