You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::VirtualMfaDevice Instance Attribute Summary collapseThe base32 seed defined as specified in [RFC3548][1].
The date and time on which the virtual MFA device was enabled.
A QR code PNG image that encodes otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where $virtualMFADeviceName
is one of the create call arguments.
Deletes a virtual MFA device.
You must deactivate a user's virtual MFA device before you can delete it.
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Resources::OperationMethods#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details #initialize(serial_number, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object Instance Attribute Details #base_32_string_seed ⇒ StringThe base32 seed defined as specified in RFC3548. The Base32StringSeed
is base64-encoded.
The date and time on which the virtual MFA device was enabled.
#qr_code_png ⇒ StringA QR code PNG image that encodes otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String
where $virtualMFADeviceName
is one of the create call arguments. AccountName
is the user name if set (otherwise, the account ID otherwise), and Base32String
is the seed in base32 format. The Base32String
value is base64-encoded.
Deletes a virtual MFA device.
You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4