SoftLayer_Security_Ssh_Key


SoftLayer_Security_Ssh_Key

Description

Local


createDate

The date a ssh key was added.

This property is read only. Changes made will be silently ignored.


Type: dateTime


fingerprint

A short sequence of bytes used to authenticate or lookup a longer ssh key. This will automatically be generated upon adding or modifying the ssh key.

This property is read only. Changes made will be silently ignored.


Type: string


id

The ID of the ssh key record.
Type: int


key

The ssh key.
Type: string


label

A descriptive name used to identify a ssh key.
Type: string


modifyDate

The date a ssh key was last modified.

This property is read only. Changes made will be silently ignored.


Type: dateTime


notes

A small note about a ssh key to use at your discretion.
Type: string

Relational


blockDeviceTemplateGroups

The image template groups that are linked to an SSH key.
Type: SoftLayer_Virtual_Guest_Block_Device_Template_Group[]


softwarePasswords

The OS root users that are linked to an SSH key.
Type: SoftLayer_Software_Component_Password[]

Count


blockDeviceTemplateGroupCount

A count of the image template groups that are linked to an SSH key.
Type: unsignedLong


softwarePasswordCount

A count of the OS root users that are linked to an SSH key.
Type: unsignedLong