iam_deactivate_mfa_device: Deactivates the specified MFA device and removes it from...

View source: R/iam_operations.R

iam_deactivate_mfa_deviceR Documentation

Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled

Description

Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.

See https://www.paws-r-sdk.com/docs/iam_deactivate_mfa_device/ for full documentation.

Usage

iam_deactivate_mfa_device(UserName, SerialNumber)

Arguments

UserName

[required] The name of the user whose MFA device you want to deactivate.

This parameter allows (through 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

[required] The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

This parameter allows (through 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: =,.@:/-


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.