SoftLayer_User_Customer_External_Binding_Totp


SoftLayer_User_Customer_External_Binding_Totp

Description

The SoftLayer_User_Customer_External_Binding_Totp data type contains information about a single time-based one time password external binding. The external binding information is used when a SoftLayer customer logs into the SoftLayer customer portal to authenticate them.

The information provided by this external binding data type includes:

  • The type of credential
  • The current state of the credential ** Active ** Inactive

SoftLayer users with an active external binding will be prohibited from using the API for security reasons.

Local


active

The flag that determines whether the external binding is active will be used for authentication or not.
Type: boolean


createDate

The date that the external authentication binding was created.
Type: dateTime


externalId

The identifier used to identify this binding to an external authentication source.
Type: string


id

An external authentication binding’s internal identifier.
Type: int


password

The password used to authenticate the external id at an external authentication source.
Type: string


typeId

The SoftLayer_User_External_Binding_Type identifier of an external authentication binding.
Type: int


userId

An external authentication binding’s associated SoftLayer_User_Customer id.
Type: int


vendorId

The SoftLayer_User_External_Binding_Vendor identifier of an external authentication binding.
Type: int

Relational


attributes

Attributes of an external authentication binding.
Type: SoftLayer_User_External_Binding_Attribute[]


billingItem

Information regarding the billing item for external authentication.
Type: SoftLayer_Billing_Item


note

An optional note for identifying the external binding.
Type: string


type

The type of external authentication binding.
Type: SoftLayer_User_External_Binding_Type


user

The SoftLayer user that the external authentication binding belongs to.
Type: SoftLayer_User_Customer


vendor

The vendor of an external authentication binding.
Type: SoftLayer_User_External_Binding_Vendor

Count


attributeCount

A count of attributes of an external authentication binding.
Type: unsignedLong