📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
operator_access_control
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/operator_access_control/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: access_request_summary.cpython-39.pyc
a ���f�z � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!d Z"d!Z#d"d#� Z$e%d$d%� �Z&e&j'd&d%� �Z&e%d'd(� �Z(e(j'd)d(� �Z(e%d*d+� �Z)e)j'd,d+� �Z)e%d-d.� �Z*e*j'd/d.� �Z*e%d0d1� �Z+e+j'd2d1� �Z+e%d3d4� �Z,e,j'd5d4� �Z,e%d6d7� �Z-e-j'd8d7� �Z-e%d9d:� �Z.e.j'd;d:� �Z.e%d<d=� �Z/e/j'd>d=� �Z/e%d?d@� �Z0e0j'dAd@� �Z0e%dBdC� �Z1e1j'dDdC� �Z1e%dEdF� �Z2e2j'dGdF� �Z2e%dHdI� �Z3e3j'dJdI� �Z3e%dKdL� �Z4e4j'dMdL� �Z4e%dNdO� �Z5e5j'dPdO� �Z5e%dQdR� �Z6e6j'dSdR� �Z6e%dTdU� �Z7e7j'dVdU� �Z7e%dWdX� �Z8e8j'dYdX� �Z8e%dZd[� �Z9e9j'd\d[� �Z9e%d]d^� �Z:e:j'd_d^� �Z:d`da� Z;dbdc� Z<ddde� Z=dfS )g�AccessRequestSummaryz$ Summary of access request. �EXACC�EXADATAINFRASTRUCTURE�AUTONOMOUSVMCLUSTER�CLOUDAUTONOMOUSVMCLUSTER�CCCINFRASTRUCTURE�CREATED�APPROVALWAITING�PREAPPROVED�APPROVED�MOREINFO�REJECTED�DEPLOYED�DEPLOYFAILED� UNDEPLOYED�UNDEPLOYFAILED�CLOSEFAILED�REVOKEFAILED�EXPIRYFAILED�REVOKING�REVOKED� EXTENDING�EXTENDED�EXTENSIONREJECTED� COMPLETING� COMPLETED�EXPIRED�APPROVEDFORFUTURE�INREVIEW�S1�S2�S3�S4c K s� ddddddddddddddddddddd�| _ d d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )am 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 request_id: The value to assign to the request_id property of this AccessRequestSummary. :type request_id: str :param access_reason_summary: The value to assign to the access_reason_summary property of this AccessRequestSummary. :type access_reason_summary: str :param compartment_id: The value to assign to the compartment_id property of this AccessRequestSummary. :type compartment_id: str :param resource_id: The value to assign to the resource_id property of this AccessRequestSummary. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this AccessRequestSummary. :type resource_name: str :param sub_resource_list: The value to assign to the sub_resource_list property of this AccessRequestSummary. :type sub_resource_list: list[str] :param resource_type: The value to assign to the resource_type property of this AccessRequestSummary. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER", "CCCINFRASTRUCTURE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AccessRequestSummary. Allowed values for this property are: "CREATED", "APPROVALWAITING", "PREAPPROVED", "APPROVED", "MOREINFO", "REJECTED", "DEPLOYED", "DEPLOYFAILED", "UNDEPLOYED", "UNDEPLOYFAILED", "CLOSEFAILED", "REVOKEFAILED", "EXPIRYFAILED", "REVOKING", "REVOKED", "EXTENDING", "EXTENDED", "EXTENSIONREJECTED", "COMPLETING", "COMPLETED", "EXPIRED", "APPROVEDFORFUTURE", "INREVIEW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AccessRequestSummary. :type lifecycle_details: str :param time_of_creation: The value to assign to the time_of_creation property of this AccessRequestSummary. :type time_of_creation: datetime :param time_of_modification: The value to assign to the time_of_modification property of this AccessRequestSummary. :type time_of_modification: datetime :param time_of_user_creation: The value to assign to the time_of_user_creation property of this AccessRequestSummary. :type time_of_user_creation: datetime :param duration: The value to assign to the duration property of this AccessRequestSummary. :type duration: int :param extend_duration: The value to assign to the extend_duration property of this AccessRequestSummary. :type extend_duration: int :param severity: The value to assign to the severity property of this AccessRequestSummary. Allowed values for this property are: "S1", "S2", "S3", "S4", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param is_auto_approved: The value to assign to the is_auto_approved property of this AccessRequestSummary. :type is_auto_approved: bool :param time_requested_for_future_access: The value to assign to the time_requested_for_future_access property of this AccessRequestSummary. :type time_requested_for_future_access: datetime :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)) �strz list[str]Zdatetime�int�boolzdict(str, str)zdict(str, dict(str, object)))�id� request_id�access_reason_summary�compartment_id�resource_id� resource_name�sub_resource_list� resource_type�lifecycle_state�lifecycle_details�time_of_creation�time_of_modification�time_of_user_creation�duration�extend_duration�severity�is_auto_approved� time_requested_for_future_access� freeform_tags�defined_tagsr* Z requestIdZaccessReasonSummaryZ compartmentIdZ resourceIdZresourceNameZsubResourceListZresourceTypeZlifecycleStateZlifecycleDetailsZtimeOfCreationZtimeOfModificationZtimeOfUserCreationr7 ZextendDurationr9 ZisAutoApprovedZtimeRequestedForFutureAccessZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_request_id�_access_reason_summary�_compartment_id�_resource_id�_resource_name�_sub_resource_list�_resource_type�_lifecycle_state�_lifecycle_details�_time_of_creation�_time_of_modification�_time_of_user_creation� _duration�_extend_duration� _severity�_is_auto_approved�!_time_requested_for_future_access�_freeform_tags� _defined_tags)�self�kwargs� rT �]/usr/lib/python3.9/site-packages/oci/operator_access_control/models/access_request_summary.py�__init__� s| ]��zAccessRequestSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AccessRequestSummary. The OCID of the access request. :return: The id of this AccessRequestSummary. :rtype: str �r>