ruạṛ
a O��fhI � @ 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"d:d;� Z#d<d=� Z$d>d?� Z%d@S )A� AccessRequestz{ An access request to a customer's resource. 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� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new AccessRequest 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 AccessRequest. :type id: str :param lockbox_id: The value to assign to the lockbox_id property of this AccessRequest. :type lockbox_id: str :param display_name: The value to assign to the display_name property of this AccessRequest. :type display_name: str :param description: The value to assign to the description property of this AccessRequest. :type description: str :param requestor_id: The value to assign to the requestor_id property of this AccessRequest. :type requestor_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AccessRequest. 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 AccessRequest. 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 AccessRequest. :type access_duration: str :param context: The value to assign to the context property of this AccessRequest. :type context: dict(str, str) :param activity_logs: The value to assign to the activity_logs property of this AccessRequest. :type activity_logs: list[oci.lockbox.models.ActivityLog] :param time_created: The value to assign to the time_created property of this AccessRequest. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AccessRequest. :type time_updated: datetime :param time_expired: The value to assign to the time_expired property of this AccessRequest. :type time_expired: datetime �strzdict(str, str)zlist[ActivityLog]�datetime) �id� lockbox_id�display_name�description�requestor_id�lifecycle_state�lifecycle_state_details�access_duration�context� activity_logs�time_created�time_updated�time_expiredr � lockboxId�displayNamer �requestorId�lifecycleState�lifecycleStateDetails�accessDurationr �activityLogs�timeCreated�timeUpdated�timeExpiredN)� swagger_types� attribute_map�_id�_lockbox_id� _display_name�_description� _requestor_id�_lifecycle_state�_lifecycle_state_details�_access_duration�_context�_activity_logs� _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.py�__init__M sR ?��zAccessRequest.__init__c C s | j S )z� **[Required]** Gets the id of this AccessRequest. The unique identifier (OCID) of the access request, which can't be changed after creation. :return: The id of this AccessRequest. :rtype: str �r1 �r>