Method | Description | |
---|---|---|
DeactivateMFADeviceRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeactivateMFADeviceRequest ( string userName, string serialNumber ) : System |
Instantiates DeactivateMFADeviceRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetSerialNumber ( ) : bool | ||
IsSetUserName ( ) : bool |
public DeactivateMFADeviceRequest ( ) : System | ||
return | System |
public DeactivateMFADeviceRequest ( string userName, string serialNumber ) : System | ||
userName | string | The name of the user whose MFA device you want to deactivate. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
serialNumber | string | The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =/:,.@- |
return | System |