-
deleteObject
Delete a VeriSign external binding. The only VeriSign external binding that can be deleted through this method is the free VeriSign external binding for the master user of a SoftLayer account. All other external bindings must be canceled using the SoftLayer service cancellation form.
When a VeriSign external binding is deleted the credential is deactivated in VeriSign's system for use on the SoftLayer site and the $0 billing item associated with the free VeriSign external binding is cancelled.
-
disable
Disabling an external binding will allow you to keep the external binding on your SoftLayer account, but will not require you to authentication with our trusted 2 form factor vendor when logging into the SoftLayer customer portal.
You may supply one of the following reason when you disable an external binding: *Unspecified *TemporarilyUnavailable *Lost *Stolen
-
enable
Enabling an external binding will activate the binding on your account and require you to authenticate with our trusted 3rd party 2 form factor vendor when logging into the SoftLayer customer portal.
Please note that API access will be disabled for users that have an active external binding.
-
getActivationCodeForMobileClient
An activation code is required when provisioning a new mobile credential from Verisign. This method will return the required activation code.
-
getAttributes
Attributes of an external authentication binding.
-
getBillingItem
Information regarding the billing item for external authentication.
-
getCredentialExpirationDate
The date that a VeriSign credential expires.
-
getCredentialLastUpdateDate
The last time a VeriSign credential was updated.
-
getCredentialState
The current state of a VeriSign credential. This can be 'Enabled', 'Disabled', or 'Locked'.
-
getCredentialType
The type of VeriSign credential. This can be either 'Hardware' or 'Software'.
-
getNote
An optional note for identifying the external binding.
-
getObject
Retrieve a SoftLayer_User_Customer_External_Binding_Verisign record.
-
getType
The type of external authentication binding.
-
getUser
The SoftLayer user that the external authentication binding belongs to.
-
getVendor
The vendor of an external authentication binding.
-
SoftLayer_User_Customer_External_Binding_Verisign
The SoftLayer_User_Customer_External_Binding_Verisign data type contains information about a single VeriSign external binding. The external binding information is used when a SoftLayer customer logs into the SoftLayer customer portal to authenticate them against a 3rd party, in this case VeriSign.
The information provided by the VeriSign external binding data type includes: * The type of credential * The current state of the credential ** Enabled ** Disabled ** Locked * The credential's expiration date * The last time the credential was updated
SoftLayer users with an active external binding will be prohibited from using the API for security reasons.
-
SoftLayer_User_Customer_External_Binding_Verisign
SoftLayer provides its customers the ability to add an additional layer of security to the SoftLayer customer portal by requiring that a user login and authenticate with a trusted 3rd party before they are given access to their SoftLayer account. This is accomplished by creating an external binding for a specific vendor, in this case VeriSign. When the SoftLayer user attempts to log in to the SoftLayer customer portal they will first be prompted for their normal SoftLayer username and password. Once that information is verified they will be asked to generate and provide a security code from their VeriSign credential. Once the security code has been authenticated with VeriSign the user will be allowed access to the SoftLayer customer portal.
The VeriSign external binding service allows a user to create an external binding, enable, disable, or unlock an external binding, and delete an external binding. Currently SoftLayer provides the master account user of a SoftLayer account with one free VeriSign external binding. All subsequent VeriSign external bindings will need to be created by placing an order.
Once a SoftLayer user has a valid and active VeriSign external binding, they will be required to always use their credential to login to the SoftLayer customer portal. In addition any user with an active external binding will be prohibited from using the API.
-
unlock
If a VeriSign credential becomes locked because of too many failed login attempts the unlock method can be used to unlock a VeriSign credential. As a security precaution a valid security code generated by the credential will be required before the credential is unlocked.
-
updateNote
Update the note of an external binding. The note is an optional property that is used to store information about a binding.
-
validateCredentialId
Validate the user id and VeriSign credential id used to create an external authentication binding.