AWS SDK for .NET Documentation
CreateVirtualMFADeviceRequest Class
AmazonAmazon.IdentityManagement.ModelCreateVirtualMFADeviceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateVirtualMFADevice operation. Creates a new virtual MFA device for the AWS account. After creating the virtual MFA, use EnableMFADevice to attach the MFA device to an IAM user. For more information about creating and working with virtual MFA devices, go to Using a Virtual MFA Device in Using AWS Identity and Access Management.

For information about limits on the number of MFA devices you can create, see Limitations on Entities in Using AWS Identity and Access Management.

The seed information contained in the QR code and the Base32 string should be treated like any other secret access information, such as your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures.
Declaration Syntax
C#
public class CreateVirtualMFADeviceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateVirtualMFADeviceRequest()()()()
Initializes a new instance of the CreateVirtualMFADeviceRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Path
Gets and sets the property Path.

The path for the virtual MFA device. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

This parameter is optional. If it is not included, it defaults to a slash (/).


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VirtualMFADeviceName
Gets and sets the property VirtualMFADeviceName.

The name of the virtual MFA device. Use with path to uniquely identify a virtual MFA device.


WithPath(String) Obsolete.
Sets the Path property

WithVirtualMFADeviceName(String) Obsolete.
Sets the VirtualMFADeviceName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateVirtualMFADeviceRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)