Learn R Programming

paws.security.identity (version 0.7.0)

iam_get_mfa_device: 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.