SoftLayer Account Password (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Account_Password data type. For information on the SoftLayer_Account_Password service please see SoftLayer_Account_Password.

Contents

Overview

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

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

accountId

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

  • Type: integer
  • Length: 10 digits



id

A username/password combination's internal identifier.

  • Type: integer



notes

A simple description of a username/password combination. These notes don't affect portal functionality.

  • Type: string
  • Length: 200 characters



password

The password portion of a username/password combination.

  • Type: string
  • Length: 50 characters



typeId

An identifier relating to a username/password combinations's associated service.

  • Type: integer
  • Length: 10 digits



username

The username portion of a username/password combination.
username must be a unique value.

  • Type: string
  • Length: 50 characters


Relational Properties

type

The service that an account/password combination is tied to.
type can be queried by object mask.
type must be a unique value.

Associated Methods

See Also

Personal tools