📂 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: assignment_validation_status.cpython-39.opt-1.pyc
a ���fU, � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�AssignmentValidationStatusz2 Summary of assignment Validation status. �PROGRESS�SUCCESS�FAILEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a2 Initializes a new AssignmentValidationStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param execution_id: The value to assign to the execution_id property of this AssignmentValidationStatus. :type execution_id: str :param user_id: The value to assign to the user_id property of this AssignmentValidationStatus. :type user_id: str :param access_request_id: The value to assign to the access_request_id property of this AssignmentValidationStatus. :type access_request_id: str :param error_message: The value to assign to the error_message property of this AssignmentValidationStatus. :type error_message: str :param execution_status: The value to assign to the execution_status property of this AssignmentValidationStatus. Allowed values for this property are: "PROGRESS", "SUCCESS", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type execution_status: str :param status_detail: The value to assign to the status_detail property of this AssignmentValidationStatus. :type status_detail: list[oci.operator_access_control.models.StatusDetail] :param time_of_validation_start: The value to assign to the time_of_validation_start property of this AssignmentValidationStatus. :type time_of_validation_start: datetime :param time_of_validation_finish: The value to assign to the time_of_validation_finish property of this AssignmentValidationStatus. :type time_of_validation_finish: datetime �strzlist[StatusDetail]Zdatetime)�execution_id�user_id�access_request_id� error_message�execution_status� status_detail�time_of_validation_start�time_of_validation_finishZexecutionIdZuserIdZaccessRequestIdZerrorMessageZexecutionStatusZstatusDetailZtimeOfValidationStartZtimeOfValidationFinishN) Z swagger_typesZ attribute_map� _execution_id�_user_id�_access_request_id�_error_message�_execution_status�_status_detail�_time_of_validation_start�_time_of_validation_finish)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/operator_access_control/models/assignment_validation_status.py�__init__ s4 )��z#AssignmentValidationStatus.__init__c C s | j S )z� **[Required]** Gets the execution_id of this AssignmentValidationStatus. Id of the unique execution. :return: The execution_id of this AssignmentValidationStatus. :rtype: str �r �r r r r r e s z'AssignmentValidationStatus.execution_idc C s || _ dS )z� Sets the execution_id of this AssignmentValidationStatus. Id of the unique execution. :param execution_id: The execution_id of this AssignmentValidationStatus. :type: str Nr )r r r r r r q s c C s | j S )z� Gets the user_id of this AssignmentValidationStatus. Id of the user who triggered the Assignment Validation. :return: The user_id of this AssignmentValidationStatus. :rtype: str �r r! r r r r } s z"AssignmentValidationStatus.user_idc C s || _ dS )z� Sets the user_id of this AssignmentValidationStatus. Id of the user who triggered the Assignment Validation. :param user_id: The user_id of this AssignmentValidationStatus. :type: str Nr"