ruạṛ
a ���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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� 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 sP ddddddd�| _ dddddd d�| _d | _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 :param ticket_number: The value to assign to the ticket_number property of this CreateAccessRequestDetails. :type ticket_number: str �strzdict(str, str))� lockbox_id�display_name�description�context�access_duration� ticket_numberZ lockboxIdZdisplayNamer r ZaccessDurationZticketNumberN)Z swagger_typesZ attribute_map�_lockbox_id� _display_name�_description�_context�_access_duration�_ticket_number)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/lockbox/models/create_access_request_details.py�__init__ s( � � z#CreateAccessRequestDetails.__init__c C s | j S )a) **[Required]** Gets the lockbox_id of this CreateAccessRequestDetails. The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable. :return: The lockbox_id of this CreateAccessRequestDetails. :rtype: str �r �r r r r r K s z%CreateAccessRequestDetails.lockbox_idc C s || _ dS )a# Sets the lockbox_id of this CreateAccessRequestDetails. The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable. :param lockbox_id: The lockbox_id of this CreateAccessRequestDetails. :type: str Nr )r r r r r r W s c C s | j S )z� Gets the display_name of this CreateAccessRequestDetails. The name of the access request. :return: The display_name of this CreateAccessRequestDetails. :rtype: str �r r r r r r c s z'CreateAccessRequestDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateAccessRequestDetails. The name of the access request. :param display_name: The display_name of this CreateAccessRequestDetails. :type: str Nr )r r r r r r o s c C s | j S )z� **[Required]** Gets the description of this CreateAccessRequestDetails. The rationale for requesting the access request. :return: The description of this CreateAccessRequestDetails. :rtype: str �r r r r r r { s z&CreateAccessRequestDetails.descriptionc C s || _ dS )z� Sets the description of this CreateAccessRequestDetails. The rationale for requesting the access request. :param description: The description of this CreateAccessRequestDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the context of this CreateAccessRequestDetails. The context object containing the access request specific details. :return: The context of this CreateAccessRequestDetails. :rtype: dict(str, str) �r r r r r r � s z"CreateAccessRequestDetails.contextc C s || _ dS )z� Sets the context of this CreateAccessRequestDetails. The context object containing the access request specific details. :param context: The context of this CreateAccessRequestDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the access_duration of this CreateAccessRequestDetails. The maximum amount of time operator has access to associated resources. :return: The access_duration of this CreateAccessRequestDetails. :rtype: str �r r r r r r � s z*CreateAccessRequestDetails.access_durationc C s || _ dS )a Sets the access_duration of this CreateAccessRequestDetails. The maximum amount of time operator has access to associated resources. :param access_duration: The access_duration of this CreateAccessRequestDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the ticket_number of this CreateAccessRequestDetails. The ticket number raised by external customers Example: `3-37509643121` :return: The ticket_number of this CreateAccessRequestDetails. :rtype: str �r r r r r r � s z(CreateAccessRequestDetails.ticket_numberc C s || _ dS )a Sets the ticket_number of this CreateAccessRequestDetails. The ticket number raised by external customers Example: `3-37509643121` :param ticket_number: The ticket_number of this CreateAccessRequestDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z#CreateAccessRequestDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!CreateAccessRequestDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z!CreateAccessRequestDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&