/AWS1/CL_IAPMFAMETHOD¶
MFA configuration and sycnronization status for an approver
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/IAPMFATYPE /AWS1/IAPMFATYPE¶
The type of MFA configuration used by the approver
iv_syncstatus TYPE /AWS1/IAPMFASYNCSTATUS /AWS1/IAPMFASYNCSTATUS¶
Indicates if the approver's MFA device is in-sync with the Identity Source
Queryable Attributes¶
Type¶
The type of MFA configuration used by the approver
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
SyncStatus¶
Indicates if the approver's MFA device is in-sync with the Identity Source
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCSTATUS() |
Getter for SYNCSTATUS, with configurable default |
ASK_SYNCSTATUS() |
Getter for SYNCSTATUS w/ exceptions if field has no value |
HAS_SYNCSTATUS() |
Determine if SYNCSTATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MFAMETHODS¶
TYPES TT_MFAMETHODS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IAPMFAMETHOD WITH DEFAULT KEY
.