📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: approver_detail.cpython-39.opt-1.pyc
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 )�ApproverDetailz% details of Approver Detail. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ApproverDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param approver_id: The value to assign to the approver_id property of this ApproverDetail. :type approver_id: str :param approval_action: The value to assign to the approval_action property of this ApproverDetail. :type approval_action: str :param approval_comment: The value to assign to the approval_comment property of this ApproverDetail. :type approval_comment: str :param approval_additional_message: The value to assign to the approval_additional_message property of this ApproverDetail. :type approval_additional_message: str :param time_of_authorization: The value to assign to the time_of_authorization property of this ApproverDetail. :type time_of_authorization: datetime :param time_approved_for_access: The value to assign to the time_approved_for_access property of this ApproverDetail. :type time_approved_for_access: datetime �strZdatetime)�approver_id�approval_action�approval_comment�approval_additional_message�time_of_authorization�time_approved_for_accessZ approverIdZapprovalActionZapprovalCommentZapprovalAdditionalMessageZtimeOfAuthorizationZtimeApprovedForAccessN)Z swagger_typesZ attribute_map�_approver_id�_approval_action�_approval_comment�_approval_additional_message�_time_of_authorization�_time_approved_for_access)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/operator_access_control/models/approver_detail.py�__init__ s( � � zApproverDetail.__init__c C s | j S )z� Gets the approver_id of this ApproverDetail. The userId of the approver. :return: The approver_id of this ApproverDetail. :rtype: str �r �r r r r r I s zApproverDetail.approver_idc C s || _ dS )z� Sets the approver_id of this ApproverDetail. The userId of the approver. :param approver_id: The approver_id of this ApproverDetail. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the approval_action of this ApproverDetail. The action done by the approver. :return: The approval_action of this ApproverDetail. :rtype: str �r r r r r r a s zApproverDetail.approval_actionc C s || _ dS )z� Sets the approval_action of this ApproverDetail. The action done by the approver. :param approval_action: The approval_action of this ApproverDetail. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the approval_comment of this ApproverDetail. Comment specified by the approver of the request. :return: The approval_comment of this ApproverDetail. :rtype: str �r r r r r r y s zApproverDetail.approval_commentc C s || _ dS )z� Sets the approval_comment of this ApproverDetail. Comment specified by the approver of the request. :param approval_comment: The approval_comment of this ApproverDetail. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the approval_additional_message of this ApproverDetail. Additional message specified by the approver of the request. :return: The approval_additional_message of this ApproverDetail. :rtype: str �r r r r r r � s z*ApproverDetail.approval_additional_messagec C s || _ dS )a Sets the approval_additional_message of this ApproverDetail. Additional message specified by the approver of the request. :param approval_additional_message: The approval_additional_message of this ApproverDetail. :type: str Nr )r r r r r r � s c C s | j S )a_ Gets the time_of_authorization of this ApproverDetail. Time when the access request was authorized by the customer in `RFC 3339`__ timestamp format.Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :return: The time_of_authorization of this ApproverDetail. :rtype: datetime �r r r r r r � s z$ApproverDetail.time_of_authorizationc C s || _ dS )as Sets the time_of_authorization of this ApproverDetail. Time when the access request was authorized by the customer in `RFC 3339`__ timestamp format.Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :param time_of_authorization: The time_of_authorization of this ApproverDetail. :type: datetime Nr )r r r r r r � s c C s | j S )az Gets the time_approved_for_access of this ApproverDetail. Time for when the access request should start that is authorized by the customer in `RFC 3339`__ timestamp format.Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :return: The time_approved_for_access of this ApproverDetail. :rtype: datetime �r r r r r r � s z'ApproverDetail.time_approved_for_accessc C s || _ dS )a� Sets the time_approved_for_access of this ApproverDetail. Time for when the access request should start that is authorized by the customer in `RFC 3339`__ timestamp format.Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :param time_approved_for_access: The time_approved_for_access of this ApproverDetail. :type: datetime Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zApproverDetail.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zApproverDetail.__eq__c C s | |k S r r r# r r r �__ne__� s zApproverDetail.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&