@shadmanZero/tenantos-api
    Preparing search index...

    Interface SSHKey

    interface SSHKey {
        createdAt: string;
        fingerprint: string;
        id: number;
        name: string;
        publicKey: string;
    }
    Index

    Properties

    createdAt: string
    fingerprint: string
    id: number
    name: string
    publicKey: string