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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�PreauthenticatedRequestSummaryzC Get summary information about pre-authenticated requests. � ObjectRead�ObjectWrite�ObjectReadWrite�AnyObjectWrite� AnyObjectRead�AnyObjectReadWritec K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aK Initializes a new PreauthenticatedRequestSummary 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 PreauthenticatedRequestSummary. :type id: str :param name: The value to assign to the name property of this PreauthenticatedRequestSummary. :type name: str :param object_name: The value to assign to the object_name property of this PreauthenticatedRequestSummary. :type object_name: str :param bucket_listing_action: The value to assign to the bucket_listing_action property of this PreauthenticatedRequestSummary. :type bucket_listing_action: str :param access_type: The value to assign to the access_type property of this PreauthenticatedRequestSummary. Allowed values for this property are: "ObjectRead", "ObjectWrite", "ObjectReadWrite", "AnyObjectWrite", "AnyObjectRead", "AnyObjectReadWrite", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type access_type: str :param time_expires: The value to assign to the time_expires property of this PreauthenticatedRequestSummary. :type time_expires: datetime :param time_created: The value to assign to the time_created property of this PreauthenticatedRequestSummary. :type time_created: datetime �strZdatetime)�id�name�object_name�bucket_listing_action�access_type�time_expires�time_createdr r Z objectNameZbucketListingActionZ accessTypeZtimeExpiresZtimeCreatedN) Z swagger_typesZ attribute_map�_id�_name�_object_name�_bucket_listing_action�_access_type� _time_expires� _time_created)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/object_storage/models/preauthenticated_request_summary.py�__init__* s. %�� z'PreauthenticatedRequestSummary.__init__c C s | j S )a **[Required]** Gets the id of this PreauthenticatedRequestSummary. The unique identifier to use when directly addressing the pre-authenticated request. :return: The id of this PreauthenticatedRequestSummary. :rtype: str �r �r r r r r j s z!PreauthenticatedRequestSummary.idc C s || _ dS )z� Sets the id of this PreauthenticatedRequestSummary. The unique identifier to use when directly addressing the pre-authenticated request. :param id: The id of this PreauthenticatedRequestSummary. :type: str Nr! )r r r r r r v s c C s | j S )z� **[Required]** Gets the name of this PreauthenticatedRequestSummary. The user-provided name of the pre-authenticated request. :return: The name of this PreauthenticatedRequestSummary. :rtype: str �r r"