📂 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
›
identity_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: user.cpython-39.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� �Zdd� Zdd� Z dd� ZdS )�Userz User model. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a= Initializes a new User 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 User. :type id: str :param name: The value to assign to the name property of this User. :type name: str :param is_otp: The value to assign to the is_otp property of this User. :type is_otp: bool :param is_mfa_activated: The value to assign to the is_mfa_activated property of this User. :type is_mfa_activated: bool :param is_mfa_verified: The value to assign to the is_mfa_verified property of this User. :type is_mfa_verified: bool �str�bool)�id�name�is_otp�is_mfa_activated�is_mfa_verifiedr r ZisOTPZisMfaActivatedZ isMfaVerifiedN)Z swagger_typesZ attribute_map�_id�_name�_is_otp�_is_mfa_activated�_is_mfa_verified)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/user.py�__init__ s"