Class: Aws::IAM::Types::VirtualMFADevice

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains information about a virtual MFA device.

Constant Summary collapse

SENSITIVE =
[:base_32_string_seed, :qr_code_png]

Instance Attribute Summary collapse

Instance Attribute Details

#base_32_string_seedString

The base32 seed defined as specified in RFC3548. The Base32StringSeed is base32-encoded.

Returns:

  • (String)


11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end

#enable_dateTime

The date and time on which the virtual MFA device was enabled.

Returns:

  • (Time)


11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end

#qr_code_pngString

A 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.

Returns:

  • (String)


11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end

#serial_numberString

The serial number associated with VirtualMFADevice.

Returns:

  • (String)


11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

Returns:



11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end

#userTypes::User

The IAM user associated with this virtual MFA device.

Returns:



11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11934

class VirtualMFADevice < Struct.new(
  :serial_number,
  :base_32_string_seed,
  :qr_code_png,
  :user,
  :enable_date,
  :tags)
  SENSITIVE = [:base_32_string_seed, :qr_code_png]
  include Aws::Structure
end