SoftLayer Software Component Password (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

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

Contents

Overview

This SoftLayer_Software_Component_Password data type contains a password for a specific software component instance.

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

createDate

The date this username/password pair was created.



id

An id number for this specific username/password pair.

  • Type: integer



modifyDate

The date of the last modification to this username/password pair.



notes

A note string stored for this username/password pair.

  • Type: string
  • Length: 400 characters



password

The password part of the username/password pair.

  • Type: string
  • Length: 200 characters



port

The application access port for the Software Component.

  • Type: integer
  • Length: 5 digits



softwareId

An id number for the software component this username/password pair is valid for.

  • Type: integer
  • Length: 10 digits



username

The username part of the username/password pair.

  • Type: string
  • Length: 30 characters


Relational Properties

software

The SoftLayer_Software_Component instance that this username/password pair is valid for.
software can be queried by object mask.
software must be a unique value.

See Also

Personal tools