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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�ActivityLogzj The log of the action taken by different persona on the access request, e.g. approve/deny/revoke �LEVEL1�LEVEL2�LEVEL3�ADMIN�OPERATOR�APPROVE�DENY�REVOKE�CANCELc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new ActivityLog object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param user_id: The value to assign to the user_id property of this ActivityLog. :type user_id: str :param user_level: The value to assign to the user_level property of this ActivityLog. Allowed values for this property are: "LEVEL1", "LEVEL2", "LEVEL3", "ADMIN", "OPERATOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type user_level: str :param action: The value to assign to the action property of this ActivityLog. Allowed values for this property are: "APPROVE", "DENY", "REVOKE", "CANCEL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param message: The value to assign to the message property of this ActivityLog. :type message: str :param time_updated: The value to assign to the time_updated property of this ActivityLog. :type time_updated: datetime �strZdatetime)�user_id� user_level�action�message�time_updatedZuserIdZ userLevelr r ZtimeUpdatedN)Z swagger_typesZ attribute_map�_user_id�_user_level�_action�_message� _time_updated)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/lockbox/models/activity_log.py�__init__6 s"