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

    Interface ApiKeyEntryWithKey

    interface ApiKeyEntryWithKey {
        client_key: string;
        created_at: string;
        expires_at?: string | null;
        id: number;
        iterations: number;
        key: string;
        local: boolean;
        name: string;
        revoked: boolean;
        revoked_reason: string | null;
        salt: string;
        server_key: string;
        stored_key: string;
        user_identifier: string | number;
        username: string | null;
    }
    Index
    client_key: string
    created_at: string
    expires_at?: string | null
    id: number
    iterations: number
    key: string
    local: boolean
    name: string
    revoked: boolean
    revoked_reason: string | null
    salt: string
    server_key: string
    stored_key: string
    user_identifier: string | number
    username: string | null