/AWS1/CL_IAMGETMFADEVICERSP¶
GetMFADeviceResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_serialnumber
TYPE /AWS1/IAMSERIALNUMBERTYPE
/AWS1/IAMSERIALNUMBERTYPE
¶
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
Optional arguments:¶
iv_username
TYPE /AWS1/IAMUSERNAMETYPE
/AWS1/IAMUSERNAMETYPE
¶
The friendly name identifying the user.
iv_enabledate
TYPE /AWS1/IAMDATETYPE
/AWS1/IAMDATETYPE
¶
The date that a specified user's MFA device was first enabled.
it_certifications
TYPE /AWS1/CL_IAMCERTIFICATIONMAP00=>TT_CERTIFICATIONMAPTYPE
TT_CERTIFICATIONMAPTYPE
¶
The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
Queryable Attributes¶
UserName¶
The friendly name identifying the user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
SerialNumber¶
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERIALNUMBER() |
Getter for SERIALNUMBER, with configurable default |
ASK_SERIALNUMBER() |
Getter for SERIALNUMBER w/ exceptions if field has no value |
HAS_SERIALNUMBER() |
Determine if SERIALNUMBER has a value |
EnableDate¶
The date that a specified user's MFA device was first enabled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEDATE() |
Getter for ENABLEDATE, with configurable default |
ASK_ENABLEDATE() |
Getter for ENABLEDATE w/ exceptions if field has no value |
HAS_ENABLEDATE() |
Determine if ENABLEDATE has a value |
Certifications¶
The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
Accessible with the following methods¶
Method | Description |
---|---|
GET_CERTIFICATIONS() |
Getter for CERTIFICATIONS, with configurable default |
ASK_CERTIFICATIONS() |
Getter for CERTIFICATIONS w/ exceptions if field has no valu |
HAS_CERTIFICATIONS() |
Determine if CERTIFICATIONS has a value |