iam_get_mfa_device {paws.security.identity} | R Documentation |
Retrieves information about an MFA device for a specified user
Description
Retrieves information about an MFA device for a specified user.
See https://www.paws-r-sdk.com/docs/iam_get_mfa_device/ for full documentation.
Usage
iam_get_mfa_device(SerialNumber, UserName = NULL)
Arguments
SerialNumber |
[required] Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. |
UserName |
The friendly name identifying the user. |
[Package paws.security.identity version 0.6.1 Index]