Container for the parameters to the DeleteVirtualMFADevice operation.
Deletes a virtual MFA device.
NOTE:You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.
| C# |
public class DeleteVirtualMFADeviceRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DeleteVirtualMFADeviceRequest()()()() | Initializes a new instance of the DeleteVirtualMFADeviceRequest class | |
| Equals(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.) | |
| SerialNumber |
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithSerialNumber(String) |
Sets the SerialNumber property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DeleteVirtualMFADeviceRequest | ||