SoftLayer_User_Customer_External_Binding


SoftLayer_User_Customer_External_Binding

Description

The SoftLayer_User_Customer_External_Binding data type contains general information for a single external binding. This includes the 3rd party vendor, type of binding, and a unique identifier and password that is used to authenticate against the 3rd party service.

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