Dashboard
PHP:
8.3.33
OS:
Linux
User:
letter7
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
identity
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: mfa_totp_token.pyc
a N��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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�MfaTotpTokenz Totp token for MFA c K s ddi| _ ddi| _d| _dS )aS Initializes a new MfaTotpToken object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param totp_token: The value to assign to the totp_token property of this MfaTotpToken. :type totp_token: str � totp_token�str� totpTokenN)� swagger_types� attribute_map�_totp_token)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/mfa_totp_token.py�__init__ s ��zMfaTotpToken.__init__c C s | j S )z� Gets the totp_token of this MfaTotpToken. The Totp token for MFA. :return: The totp_token of this MfaTotpToken. :rtype: str �r �r r r r r $ s zMfaTotpToken.totp_tokenc C s || _ dS )z� Sets the totp_token of this MfaTotpToken. The Totp token for MFA. :param totp_token: The totp_token of this MfaTotpToken. :type: str Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<