@truenas/api-client
    Preparing search index...

    Interface SSHKeyPairEntry

    interface SSHKeyPairEntry {
        attributes: v25_10_0.SSHKeyPair;
        id: number;
        name: string;
        type: "SSH_KEY_PAIR";
    }
    Index
    attributes: v25_10_0.SSHKeyPair
    id: number
    name: string
    type: "SSH_KEY_PAIR"