📂 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
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: mfa_totp_device.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(� MfaTotpDevicea� Users can enable multi-factor authentication (MFA) for their own user accounts. After MFA is enabled, the user is prompted for a time-based one-time password (TOTP) to authenticate before they can sign in to the Console. To enable multi-factor authentication, the user must register a mobile device with a TOTP authenticator app installed. The registration process creates the `MfaTotpDevice` object. The registration process requires interaction with the Console and cannot be completed programmatically. For more information, see `Managing Multi-Factor Authentication`__. __ https://docs.cloud.oracle.com/Content/Identity/mfa/understand-multi-factor-authentication.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new MfaTotpDevice 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 MfaTotpDevice. :type id: str :param seed: The value to assign to the seed property of this MfaTotpDevice. :type seed: str :param user_id: The value to assign to the user_id property of this MfaTotpDevice. :type user_id: str :param time_created: The value to assign to the time_created property of this MfaTotpDevice. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this MfaTotpDevice. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MfaTotpDevice. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this MfaTotpDevice. :type inactive_status: int :param is_activated: The value to assign to the is_activated property of this MfaTotpDevice. :type is_activated: bool �strZdatetime�int�bool)�id�seed�user_id�time_created�time_expires�lifecycle_state�inactive_status�is_activatedr r ZuserIdZtimeCreatedZtimeExpiresZlifecycleStateZinactiveStatusZisActivatedN) Z swagger_typesZ attribute_map�_id�_seed�_user_id� _time_created� _time_expires�_lifecycle_state�_inactive_status� _is_activated)�self�kwargs� r! �G/usr/lib/python3.9/site-packages/oci/identity/models/mfa_totp_device.py�__init__- s4 )��zMfaTotpDevice.__init__c C s | j S )z� **[Required]** Gets the id of this MfaTotpDevice. The OCID of the MFA TOTP device. :return: The id of this MfaTotpDevice. :rtype: str �r �r r! r! r"