SoftLayer_Account_Password


SoftLayer_Account_Password

Description

The SoftLayer_Account_Password contains username, passwords and notes for services that may require for external applications such the Webcc interface for the EVault Storage service.

Local


accountId

The SoftLayer customer account id that a username/password combination is associated with.
Type: int


id

A username/password combination’s internal identifier.
Type: int


notes

A simple description of a username/password combination. These notes don’t affect portal functionality.
Type: string


password

The password portion of a username/password combination.
Type: string


typeId

An identifier relating to a username/password combinations’s associated service.
Type: int


username

The username portion of a username/password combination.
Type: string

Relational


type

The service that an account/password combination is tied to.
Type: SoftLayer_Account_Password_Type

Count