SoftLayer_Software_Component_Password


SoftLayer_Software_Component_Password

Description

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

Local


createDate

The date this username/password pair was created.
Type: dateTime


id

An id number for this specific username/password pair.
Type: int


modifyDate

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


notes

A note string stored for this username/password pair.
Type: string


password

The password part of the username/password pair.
Type: string


port

The application access port for the Software Component.
Type: int


softwareId

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


username

The username part of the username/password pair.
Type: string

Relational


software

The SoftLayer_Software_Component instance that this username/password pair is valid for.
Type: SoftLayer_Software_Component


sshKeys

SSH keys to be installed on the server during provisioning or an OS reload.
Type: SoftLayer_Security_Ssh_Key[]

Count


sshKeyCount

A count of sSH keys to be installed on the server during provisioning or an OS reload.
Type: unsignedLong