@ApiType("SoftLayer_User_Customer_External_Binding_Phone")
public class Phone
extends Binding
The SoftLayer_User_Customer_External_Binding_Phone data type contains information about an external binding that uses a phone call, SMS or mobile app for 2 form factor authentication. The external binding information is used when a SoftLayer customer logs into the SoftLayer customer portal or VPN to authenticate them against a trusted 3rd party, in this case using a mobile phone, mobile phone application or land-line phone.

SoftLayer users with an active external binding will be prohibited from using the API for security reasons.
See Also:
SoftLayer_User_Customer_External_Binding_Phone
  • Field Details

    • bindingStatus

      @ApiProperty protected String bindingStatus
      The current external binding status. It can be "ACTIVE" or "BLOCKED".
    • pinLength

      @ApiProperty protected String pinLength
  • Constructor Details

    • Phone

      public Phone()
  • Method Details