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

    Interface KeychainCredentialSetupSSHConnectionSemiAutomaticSetup

    interface KeychainCredentialSetupSSHConnectionSemiAutomaticSetup {
        admin_username?: string;
        connect_timeout?: number;
        otp_token?: string | null;
        password?: string | null;
        sudo?: boolean;
        token?: string | null;
        url: string;
        username?: string;
        verify_ssl?: boolean;
    }
    Index
    admin_username?: string
    connect_timeout?: number
    otp_token?: string | null
    password?: string | null
    sudo?: boolean
    token?: string | null
    url: string
    username?: string
    verify_ssl?: boolean