Skip to content

/AWS1/CL_CGPMFAOPTIONTYPE

This data type is no longer supported. Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DELIVERYMEDIUM TYPE /AWS1/CGPDELIVERYMEDIUMTYPE /AWS1/CGPDELIVERYMEDIUMTYPE

The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.

IV_ATTRIBUTENAME TYPE /AWS1/CGPATTRIBUTENAMETYPE /AWS1/CGPATTRIBUTENAMETYPE

The attribute name of the MFA option type. The only valid value is phone_number.


Queryable Attributes

DeliveryMedium

The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.

Accessible with the following methods

Method Description
GET_DELIVERYMEDIUM() Getter for DELIVERYMEDIUM, with configurable default
ASK_DELIVERYMEDIUM() Getter for DELIVERYMEDIUM w/ exceptions if field has no valu
HAS_DELIVERYMEDIUM() Determine if DELIVERYMEDIUM has a value

AttributeName

The attribute name of the MFA option type. The only valid value is phone_number.

Accessible with the following methods

Method Description
GET_ATTRIBUTENAME() Getter for ATTRIBUTENAME, with configurable default
ASK_ATTRIBUTENAME() Getter for ATTRIBUTENAME w/ exceptions if field has no value
HAS_ATTRIBUTENAME() Determine if ATTRIBUTENAME 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_MFAOPTIONLISTTYPE

TYPES TT_MFAOPTIONLISTTYPE TYPE STANDARD TABLE OF REF TO /AWS1/CL_CGPMFAOPTIONTYPE WITH DEFAULT KEY
.