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

    Interface SSHCredentialsEntry

    interface SSHCredentialsEntry {
        attributes: v25_10_0.SSHCredentials;
        id: number;
        name: string;
        type: "SSH_CREDENTIALS";
    }
    Index
    id: number
    name: string
    type: "SSH_CREDENTIALS"