SSH key info interface

interface SshKeyInfo {
    createdAt: null | DateTime;
    description: string;
    hash: string;
    id: number;
    key: string;
    type: string;
}

Hierarchy (View Summary)

Properties

createdAt: null | DateTime

SSH key creation date

description: string

SSH key description

hash: string

SSH key hash

id: number

SSH key ID

key: string

SSH public key

type: string

SSH key type