SSHKey interface
Appliance SSHKey definition.
Properties
| certificate | Certificate associated with the public key if the key is signed. |
| creation |
Certificate creation timestamp (Unix). |
| expiration |
Certificate expiration timestamp (Unix). |
| private |
Private Key. |
| public |
Public Key. |
Property Details
certificate
Certificate associated with the public key if the key is signed.
certificate?: string
Property Value
string
creationTimeStamp
Certificate creation timestamp (Unix).
creationTimeStamp?: number
Property Value
number
expirationTimeStamp
Certificate expiration timestamp (Unix).
expirationTimeStamp?: number
Property Value
number
privateKey
Private Key.
privateKey?: string
Property Value
string
publicKey
Public Key.
publicKey?: string
Property Value
string