SSHKey interface

Appliance SSHKey definition.

Properties

certificate

Certificate associated with the public key if the key is signed. NOTE: This property will not be serialized. It can only be populated by the server.

creationTimeStamp

Certificate creation timestamp (Unix). NOTE: This property will not be serialized. It can only be populated by the server.

expirationTimeStamp

Certificate expiration timestamp (Unix). NOTE: This property will not be serialized. It can only be populated by the server.

privateKey

Private Key. NOTE: This property will not be serialized. It can only be populated by the server.

publicKey

Public Key. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

certificate

Certificate associated with the public key if the key is signed. NOTE: This property will not be serialized. It can only be populated by the server.

certificate?: string

Property Value

string

creationTimeStamp

Certificate creation timestamp (Unix). NOTE: This property will not be serialized. It can only be populated by the server.

creationTimeStamp?: number

Property Value

number

expirationTimeStamp

Certificate expiration timestamp (Unix). NOTE: This property will not be serialized. It can only be populated by the server.

expirationTimeStamp?: number

Property Value

number

privateKey

Private Key. NOTE: This property will not be serialized. It can only be populated by the server.

privateKey?: string

Property Value

string

publicKey

Public Key. NOTE: This property will not be serialized. It can only be populated by the server.

publicKey?: string

Property Value

string